Nicknumber
Lurker
I'm developing an Android application that implements Google maps. I want to implement a feature that allows the user to save a specific coordinate while they are using the application. I want to add this coordinate to a list of predefined coordinates. Does anyone know how to do this? Can I create a <string-array> in the strings.xml file and add items to it during runtime?
Thanks.
Thanks.