Posts by Lari Souza • 105 points
6 posts
-
5
votes1
answer71
viewsQ: Error in the Adapterview
Good evening, I am trying to call an activty by an Adapter through Intent, but gives the following error: FATAL EXCEPTION: main Process:…
androidasked Lari Souza 105 -
0
votes2
answers396
viewsQ: Navigation Drawer
Good evening, I have a little problem I can’t solve. I used an Adapter to make a list of items, but the "item 1" is below the bar ( will understand looking at the photo ). But I do not know how to…
-
1
votes1
answer94
viewsQ: Nullpointerexception error in setMyLocationEnabled()
I am developing an app that has as its main function to capture the user’s location. I already made a code but it error, I do not know if it is complete, I did following examples of the internet:…
-
1
votes0
answers83
viewsQ: Error of Inflateexception
I’m getting an error of InflateException, but I don’t know how to solve. Error: Caused by: android.view.Inflateexception: Binary XML file line #1: Binary XML file line #1: Error inflating class…
-
3
votes1
answer1152
viewsQ: How to use a Spinner in a Alertdialog?
I’m in doubt how to put a spinner in a Alertdialog, I already have the codes ready, just need to insert the spinner. Array: <string-array name="categoria_array">…
-
0
votes1
answer165
viewsQ: Navigation Drawer + Google Maps
I have a problem joining Navigation Drawer as Google Maps. I want google to be my home page and I want it to be on the Navigation Drawer list as an item, but there’s been a little snag. I’ll try to…