On Wed, Mar 16, 2011 at 9:31 AM, kekou14 <[email protected]> wrote: > I want to build an application which runs from the SD-card and saves > all the data on it. I mean I want the xml files, data base files and > native codes made by the application saved on the SDcard. > The aim is to have an SD-card which could be moved from a smart-phone > to another one with the embedded application and run on any smart- > phone without any particular operations? > > Is it possible to made this kind of application?
Not on Android. Android applications have to be installed -- they will not simply run from an SD card. -- 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 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

