I would like to save a map view returned from an attribute query as a bookmark. This bookmark can be retrieved later by name. How can i implement this?
How about creating an XML file and storing it in on your device or and SD card? You could store a bookmark name and the maps extent (envelope) in your XML DOM. Then you could load all the names from the XML into a spinner and when you choose one, you can set the map extent to the selected items envelope.