
In this article, we will develop an Android application which demonstrates how to persist marker points in Google Maps Android API V2 on screen rotation. On adding a marker in the Google Maps, corresponding coordinates will be added to an ArrayList as LatLng object. Then on screen rotation the array list will be saved...