Posts by José Augusto • 31 points
2 posts
-
2
votes2
answers2940
viewsA: Draw path on the map
This module can help you Simply instantiate the object and pass the Googlemap object constructor, initial and final Latlng. import com.tyczj.mapnavigator.Navigator; Navigator navigator = new…
-
1
votes2
answers348
viewsA: Convert JSON to UTF-8 on Android
Instead of using Jsonobject and taking data, use the GSON library referencing your object that will receive all the data, remembering that your object( Cardapioentities ) should have its attributes…