Posts by Daniel Accorsi • 45 points
3 posts
-
1
votes2
answers4482
viewsA: How to view locations near the current location of your Android Device
I advise you to search the Google Maps API: https://developers.google.com/maps/documentation/android/v1/hello-mapview?hl=pt-BR See here another reference to create Marker:…
-
3
votes1
answer168
viewsQ: Android Widget - Permission Denial
I’m having a permission problem that’s gone a little overboard. Inside a widget I inserted a button, that when pressing I receive the following message: 04-13 14:10:44.340: E/databaseutils(2362):…
-
-4
votes3
answers581
viewsA: Error: Sorry the Aplication.... has unexpectedly stopped Please Try Again Java Eclipse
Before assigning the XML layout button, create an instance: BTsoma = new Button(this); BTsoma = (Button) findViewById(R.id.BTSomar);