On Wed, Mar 30, 2011 at 12:19 PM, Alaeddine Ghribi <[email protected]> wrote: > Yes, i'm just using a file to store data, but how can i copy the file > in data/data/..... to the SDCARD? How doing it in JAVA/Android ?
Standard Java file I/O. If you are new to Java, I recommend spending some time learning Java outside of Android first. Here is a blog post with a list of Java topics that Android developers need to know before getting into Android: http://commonsware.com/blog/2010/08/02/java-good-parts-version.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9.2 Available! -- 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

