Following http://developer.android.com/guide/tutorials/views/hello-mapview.html to create a MapView based app works but gives a deprecation warning on the mapView.getZoomControls() call for 1.6+. The new way is just to call setBuiltInZoomControls(true) on your MapView and the controls will appear as before. I just did this on an app where I've placed the MapView in a tab on a TabHost and its shown another difference. With the old way, the zoom controls disappear as soon as you change tabs, but the new one causes just them to persist over the new tab. In other words, the fading effect that has been applied is too slow, it just looks plain wrong as they should disappear instantly. Unless anyone knows differently of course ... ;-)
-- Android Academy http://www.androidacademy.com
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

