Posts by TroniPM • 101 points
2 posts
-
0
votes2
answers79
viewsA: Toast is not displayed with GPS position
Step 1: Have you checked whether the onLocationChanged() is being called? Use Log to verify this: Log.v("QualquerTAG", "Entrou no onLocationChanged() Latitude: "+location.getLatitude()+" |…
-
0
votes0
answers143
viewsQ: Using Navigation Drawer and Page Sliding Tab Strip
I’ve tried every way I can imagine importing this library (Navigation Drawer and Page Sliding Tab Strip ) in a project, however, without success. I followed the step-by-step (importing the other…