Posts by Carlos Callejas • 23 points
3 posts
-
0
votes1
answer291
viewsA: onMapReady performs faster than the function that recovers the location
I found a solution, I don’t know if it’s the right one but it worked for me. @Override public void onMapReady(GoogleMap googleMap) { mMap = googleMap; recuperarEndereco(); } private void…
-
0
votes1
answer291
viewsQ: onMapReady performs faster than the function that recovers the location
hello, I’m trying to use map help in my app. I recover the coordinates through Json, the problem is that the function that leads to the coordinate (onMapReady) performs faster than the function that…
-
2
votes1
answer234
viewsQ: Android json utf8
Good afternoon! I have a class that imports data json, but some characters are not recognized, I have to apply utf8 to them, but I’m not getting, below the function that matters the data. public…