Questions tagged as 'sqlite'

0
answers

Android sqlite retrofit 2

I have an application developed in java in android studio, I save data in a sqlite database, then the saved data I want to upload using retrofit to a server, how could I do that? thanks.     
asked by 16.10.2018 / 14:44
1
answer

SQLite INSERT AND MOST in ListView and CardView

Hello friends I am new I have been following a video but at the moment of coloring the lines to show my database does not do anything. I HAVE ALREADY BEEN ABLE TO ADD SUCCESSFULLY THE METHOD DOES NOT WORK showClassroom DevelopersBD WHICH...
asked by 11.10.2018 / 23:23
0
answers

How to consume content from a Json using a Charts script.JS

I have a service that combines two querys of Sqlite in an array (followed by a Json encode), I try to generate several queries to have the data and paint them in a line graph in charts.js My service when it is sent with a single array works,...
asked by 02.10.2018 / 17:13
0
answers

How to make a self-calculated query in SQLITE on the same table?

I need to bring two fields from the same table, count the clients that comply with having a field with certain content and then divide them You could help me to do the following query in the correct way in the sqlite database engine.    Selec...
asked by 28.09.2018 / 21:53
2
answers

How to get the record with the date closest to the current one in sqlite?

my question is how can I do that in a sqlite query the record appears with the date closest to the current, only one, I try to fill a recyclerView but only should appear the data with the closest date, so It is my method to show the data: priv...
asked by 09.09.2018 / 04:12
1
answer

How to fill a listview with data from a sqlite database

Good afternoon it turns out that I have a button to enter data to the bd and it works perfectly, a text field called code with a listview called list1, the idea is to bring the data according to the code and fill the list by clicking on a button...
asked by 10.09.2018 / 19:01
0
answers

How to update database in the assets folder

I am new to Android Studio, I have an application that shows a list of names from a database, everything works fine except that it does not detect the changes of the database, the member.db file is replaced correctly by the new one in the assets...
asked by 02.09.2018 / 16:04
0
answers

Xamarin Live visualization error

I'm trying to use Xamarin Live with Visual Studio 2017. The device is linked well but at the time of running the application I jump: Visualization Error No body on method SQLite.Net.Interop.Res ... The application works well from US...
asked by 18.07.2018 / 10:36
0
answers

SQL query from python does not return the entire table

Currently in my SQLite, I have a Person table like the following: And another table Age like the following: The Person table is traversed with the following method: def print_tabla_person(cursor): for fila in SQL_ge...
asked by 18.07.2018 / 10:15
0
answers

Use database in xamarin

I wanted to see if they could help me, I currently have a desktop application in C #, but now I want to migrate that application to Android using xamarin. from here the question if it is possible the database already created and working, you...
asked by 22.07.2018 / 03:35