mapactivity
Android force-close on Google maps: java.lang.NoSuchFieldException: loading_tile_android
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[详细]
2023-03-05 13:24 分类:问答How to retrieve data from SQLite table in Android
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[详细]
2023-03-04 04:43 分类:问答How to make MapActivity in TabActivity wait for Overlay data to be obtained from server?
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[详细]
2023-03-02 20:17 分类:问答Back Button doesn't work with MapActivity loaded into tabhost
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.[详细]
2023-02-28 16:34 分类:问答ConcurrentModificationException using mylocation overlay and timer
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 :)[详细]
2023-02-27 07:50 分类:问答Android Maps control
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.[详细]
2023-02-26 02:56 分类:问答Maps Activity single mapview
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[详细]
2023-02-23 02:30 分类:问答MapView without MapActivity
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[详细]
2023-02-20 17:33 分类:问答How can I center my MapView on initial load only?
I\'m working on an Android application with a MapActivity and I\'m having trouble managing the MapView state in an appropriate 开发者_运维问答manner.[详细]
2023-02-19 07:02 分类:问答Android MapActivity on map movement
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[详细]
2023-02-03 03:05 分类:问答