Posts by Diogo • 21 points
3 posts
-
0
votes2
answers121
viewsA: Android Studio Firebase Not Entering Data
I use the Cloud Firestore, never used the Realtime Database. In my case: FirebaseFirestore db = FirebaseFirestore.getInstance(); Usuario usuario = new Usuario("Login","Password");…
-
1
votes0
answers38
viewsQ: Error while removing Listview item - Android
Well, I am working on a system that puts some items in a list, in sequence, using a Dialogfragment with the list of added items I would give the option to remove these items, the problem is there. I…
-
1
votes1
answer70
viewsQ: Problem with android UPDATE
I got a problem when it comes to giving update in a table on Android/SqLite: I tried both ways I found: String query = "UPDATE MY_TABLE SET VALUE1='VALUE1'... WHERE KEY_ID = KEY_ID" SQLiteDatabase…