Posts by Alexialkr • 15 points
2 posts
-
0
votes2
answers1351
viewsQ: Instant Run works but file . apk does not install
Well, the problem I’m facing is that when I emulate mine app through the Instant Run the app goes perfectly on my smartphone. However, I cannot install the same app through the .apk generated. Use…
-
1
votes1
answer133
viewsQ: How to know which is the last item selected from a listview?
Hi, I have a ListView using the simple_list_item_multiple_choice, filled with a ArrayString of all Brazilian states. I need to fill the following SQL command with all the states selected by the user…