On Thu, May 19, 2011 at 4:31 AM, Doug Gordon <[email protected]> wrote: > My app is mainly self-contained, interacting only with the user's databases, > and does not use any web or cloud technology to do its thing. However, I'd > like to add functionality to download database files from the user's Google > Docs account to make it easier to transfer data. >
Why would you want to use Google Docs to download database file? Is it even possible? Put your files on a web server, use some sort of authentication if you don't want everyone to download them, and you are set. > > Is there anyplace where I can find a tutorial on what I need to know, or > possibly sample code? My experience in the past is that the documentation > can make it seem more complex than it actually is: 20 pages of confusing > text, and then you see a sample implementation and it's just a couple dozen > lines of code! All Google API access libraries have sample code, so you might want to read it. But see above, this might be overkill for what you are trying to do. -- 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

