Questions tagged as 'sqlite'

1
answer

Error creating database with sqlite [closed]

Colleagues, I'm trying to create a database on a computer with Sqlite . It is installed and all OK, but when trying to create it using the cmd command:    C: \ Users \ José Roberto> sqlite3 C: \ Users \ José   Roberto \ Desktop \ databa...
asked by 04.08.2016 / 23:09
1
answer

Problem with sqlite and boot receiver

I have an application where the purpose is to put the name of a stop and after reboot to the android device get the name of that stop in reboot receiver My boot receiver is working because I already tested it only gives error when I try to ac...
asked by 28.06.2016 / 11:52
1
answer

"You must call xamarin.forms.init () prior to using it" - Problem trying to access sqlite data

Hello, I'm a beginner in mobile programming and I'm committed to a PCL Xamarin project with Xamarin.Forms . The application uses alarms and for this I make use of dependency injection to access the native classes that take care of the...
asked by 28.09.2016 / 22:37
1
answer

Web Service for Android app [closed]

I have a question. Assuming I have a web service saving the data in MySQL, this service is responsible for feeding an Android app. The user accessing the app will sync the data to the device's local bank. If the user makes changes and there is n...
asked by 19.04.2016 / 16:46
2
answers

How to search in one table by date and add values contained in it?

This is personal, I'm having a hard time creating a date search in my android sqlite database. I wanted to search the tables by date, if possible, I wanted to do a conditional that would detect the current date, and only update the table (adding...
asked by 23.04.2016 / 19:21
1
answer

How to access SQLite data from Android in real time (DEBUG)

How can I access the data contained in the local bank of the Android device, ensuring that the information is up-to-date? My IDE is IntelliJ IDEA and I use the Database connection feature of it to Debug, but sometimes the tool loses communica...
asked by 03.05.2016 / 17:09
2
answers

How to solve the java.lang.nullpointerexception in application with sqlite?

I'm having trouble with this exception. I have seen some tutorials here, but none of them can solve my problem. Even the answers to similar questions could not satisfy my need. I'm doing a desktop application with java and SQLite. I think...
asked by 30.12.2015 / 03:09
1
answer

View BD SQLite on Android Device Monitor

I'm trying to view my BD Sqlite in Android Device Monitor, but in the folder data , I do not see any files to export so I can not see my DB. What can I do wrong?     
asked by 08.01.2016 / 23:30
1
answer

Validate Login with Sqlite

I have a problem in the method of validating loguin, it is logging in with both the correct login and password and with them wrong. When it logs in with the wrong login the id of the user goes to 0 and if it logs with the correct data the id goe...
asked by 13.11.2015 / 01:55
1
answer

Register product for logged in user

I'm able to pass the object by Activity's using putExtra and returning on the other screen with getSerializableExtra . I already created fk id_usuario in the products table for the id_user field of the users...
asked by 08.10.2015 / 15:02