Posts by Marckaraujo • 149 points
4 posts
-
0
votes2
answers1416
viewsQ: How to run commands in Android Studio?
I need to execute the command: Gradle -q dependencies to check library conflicts in Android Studio.
-
2
votes2
answers250
viewsQ: Googlemapsv2 to work in production version
My app works with Google Maps perfectly in the debug version, but when I publish it in the Play Store it stops working. What is the process for generating the Googlemapsv2 hash for the release…
-
1
votes1
answer125
viewsQ: How to apply a texture without distorting?
I have a texture like this, which I will apply in various different shapes and sizes, plus table background and table rows. How to apply it in various sizes without distorting? It is possible? NOTE:…
androidasked Marckaraujo 149 -
0
votes1
answer891
viewsQ: How to change the focus of Edittext on a Listview?
I have a ListView with a single EditText. I used the following function to capture Enter, but how to use requestFocus() to select the next EditText? public class FriendslistAdapter extends…