I am developing an Android application with MapView and I have a very strange behavior. There are some tiles with crosses in the map. But only on API level 7. On API level 8 and above, the map shows fine. This is not a problem with debug.keystore, I have also ripped of the code any mapController.setStreetView(true or false) and mapController.setSatelliteView(true or false). So i think this might be a bug in the maps jar but why only in API level 7? I want to release API level 7 above to have a bigger range of devices (Know many people that have API level 7 android).
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...