On Sun, Jan 29, 2012 at 2:26 PM, Acura66 <[email protected]> wrote: > NewBee question here. > I receive an email on my Android Device. I want to be able to use > information (data) from the email in my App. Where do I place the > data so that my app can access the data. On the storage card (sd) which I think is really the only option for most users email programs. Keep in mind by default (oem or google, i don't know) android refuses to download anything it hasn't been told is a valid file format (if you are looking at having a odd extension in the emailed data, for example).
Articles, tutorial or sample > code welcomed. Thanks in advance for your help, > Jim > Like below? http://stackoverflow.com/questions/4633260/read-data-from-sdcard-in-android or scroll down to external storage section here for starters maybe: http://developer.android.com/guide/topics/data/data-storage.html p.s., may try to search / post in "android-developer" for, probably, a good bit more feedback. And as a disclaimer, I haven't looked at the info in those links in some time. They are what looked relevant out of what came up searching my bookmarks at work for "storage". Best and cheers -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
