Payal wrote: > Is there anything like flash in android? like I can create some file > and store it in. Or I can copy a file from my sdcard to flash? > > I found that user data image but I am not sure about that. > > Can anybody help me with this?
Your activity can work with files in a per-application on-device store via openFileInput() and openFileOutput(). However, on-device space is generally at a premium, so please be frugal. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.1 Published! --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

