On Mon, Aug 9, 2010 at 3:55 PM, Arthur Neves <[email protected]> wrote: > I have a issue about the backup part. > I wanna do a backup of my application, however I don`t wanna send for > google`s server(android service) I just want to push my data into a file and > export this file, can I do this today?
Sure. Use the INTERNET permission and HttpClient to upload whatever you want to the server of your choice. You won't get the auto-restore capability, but you have complete control over what gets backed up and when it gets restored. -- 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

