I have an application that puts some overlays in a MapView of the Google Maps api for android working perfectly in Android 1.6, and when I tested in an Android 2.2 (LG Optimus One) when zooming in/out (fast) the MapView fails to render the overlays and map, showing nothing, just a blank screen.
Now, i have noticed that if one is connected to the internet, the map reloads after downloading the maptile, fixing the problem. But, if the devices fails to connect to the internet, the MapView doesn't restore the view, having sometimes to restart the app. I checked the android log but didn't found any warnings/errors.
I have checked with an "empty" application that only adds one overlay in an empty MapView, and the problem persisted, and I couldn't reproduce the problem in the Google Maps application.
I would like to know if someone else can reproduce this issue or has a fix for it.