• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Allocating Memory During Android Application Runtime

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.
 
Back
Top Bottom