Posts by Mushu • 23 points
3 posts
-
0
votes2
answers526
viewsA: How to do dialog with listview inside?
Dialogfragments can function as dialog boxes on Android. They function as "Activity on another Activity" and, seen in your image, it is possible to make a screen this way (presenting a Listview…
-
0
votes0
answers61
viewsQ: Sqlite database creation on smartphone
I’m having doubts regarding the creation of the bank in Sqlite on the smartphone via USB. When I run my program on emulator, the bank works perfectly and smoothly. But I realize that when I do the…
-
2
votes1
answer90
viewsQ: Does Webservice (Asynctask) only work with Debug?
I’m making my Android app upload data from a Webservice. In it, I will load date data into a Spinner and, when it is complete, the same dates will load other data types into a Listview, but for now…