I am working on Google Map Api for Android. Its quite slow as network here is GPRS. I am trying to explore Static Map Api for performance (and offline usage). I am unable to find any example/sample on the internet where there is interaction of Static Map Api and Android. Google dont allow you to cache data.
No, the static map api terms specifically prevent you from using it for a dynamic map. However, you could load the JavaScript Maps API in a WebView.