[android-developers] Including data with app

2011-09-05 Thread cameronmeek66
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

Re: [android-developers] Including data with app

2011-09-05 Thread Mark Murphy
n Sun, Sep 4, 2011 at 11:21 PM, cameronmeek66 cameronmee...@gmail.com wrote: Or is it possible to include a data package that will get copied to the SD card but is seperate from the apk? No, sorry, not at this time. At the 2011 Google I|O conference, they cited a bunch of changes to the

Re: [android-developers] Including data with app

2011-09-05 Thread cameronmeek66
Thanks Mark. I have been considering the download option but that would be the only reason that my app would need internet access. Maybe I will just code up both techniques and then decide which one I think works best for my app. On Mon, Sep 5, 2011 at 7:06 AM, Mark Murphy mmur...@commonsware.com