I am working on my first Android app and it is almost ready, however I have one item left that I need to take care of. My application needs approximately 2 MB of data. I want to place this data on the SD card where my users will be able to add files to my data if they want to. My issue is deciding how to deliver the initial set of data. My first thought is to include it in the .apk as an asset and have the app copy it to the SD card the first time that it is run. But this would leave the original data in the apk which isn't really a problem but seems a bit wasteful of space. My question is, is this the normal way of delivering data like this? Or is it possible to include a data package that will get copied to the SD card but is seperate from the apk? Any other suggestions on including the data?
Thanks Cameron -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

