Posts by Dan_AD • 111 points
4 posts
-
2
votes0
answers76
viewsQ: My spinner always assumes the same image
I’m populating my spinner through an Arrayadapter but now to display it always shows the same image for all items. Can anyone explain where the bug is? Here’s my mainactivity public class…
-
5
votes1
answer1457
viewsQ: How to save locations from a map to an Sqlite database?
I plan to save sites displayed on a map to a Sqlite database so that the user can consult them in the future and add a description. Here’s my class Description... public class Descricao { private…
-
3
votes1
answer67
viewsQ: Is it possible to implement the onLongClickListener method on the map?
I am developing an application that works on Google Maps API v2. I’ve already defined the method onClickListener() to open a WindowManager in order to display the name of the point of interest and…
-
1
votes1
answer140
viewsQ: How to center my location by clicking on a Marker?
Hi! I am developing an application that works on Google Maps API v2 and I have defined the method mMap.setMyLocationEnabed(true) to obtain the user’s location. My question is: how do I, when…