Posts by Maicon Coelho • 11 points
2 posts
-
1
votes1
answer76
viewsA: How to put only true items in the second Activity?
All right Welyson. I recommend using Recyclerview’s instead of Listview’s. Follows here a good tutorial. As to pass the true items to the 2nd Activity, both using Recyclerview and in Listview, you…
-
0
votes2
answers794
viewsA: Access the emulator’s Sqlite database (and other storage types)
Open the CMD; Go to Platform-tools; Run "adb Devices" to receive a list with your connected Vices; Run "adb -s shell" to connect to your device; Run "cd /data///Databases" to access the database…