One of my Android users is getting a force-close when launching Google Map (MapActivity class) inside my application. He gets a MissingResourceException. He\'s the only one complaining so far, and he
I am doing a Map application in Android using SQ开发者_Python百科Lite to store and retrieve data. So I create a table to store Latitude and Longtitude but I do not know how to retrieve the Latitude an
So, in my program i have a TabActivity which contains two tabs, one tab is a ListView and another is a MapActivity that gets started via an Intent. What i want my app to do is send a query with phones
Setup: Screen 1: City Selection screen (home screen) Screen 2: Tabhost consisting of a map activity in one tab and a listview in another tab.
this problem has been doing my head in and I hope you can help! I\'ve found the answers to a number of issues here before and hoping you people can work your magic again :)
If I use the Intent to fire up default maps app on emulator/device, how can I gain control on the clicks/touch on the map.
I have a map views which is have some markers on the map and a back button to the main page. I also have a list of textview which is when selected, it will open a new p开发者_如何学Cage that have a bu
I am writing this android application where in I have many activities that extend the Activity class. I also need an activity that uses MapView to show the Map along with a ListView in the screen (sim
I\'m working on an Android application with a MapActivity and I\'m having trouble managing the MapView state in an appropriate 开发者_运维问答manner.
I want 开发者_JS百科to monitor when someone moves to another place on the map in a MapActivity but I have no idea how to do that. Maybe some sort of OnMapChange() listener?You can extend the MapView c