On Sun, Aug 1, 2010 at 11:59 AM, Bret Foreman <bret.fore...@gmail.com> wrote: > I'm going to investigate the option of using Amazon S3. There exists a > Java library for S3 access along with methods to access all the AWS > services: http://aws.amazon.com/sdkforjava/ > The question remains, if I just use the S3 objects and methods in this > library, will it pull in a big fat tail of unrelated code that I don't > want weighing down my mobile app.
S3 uses a REST-style interface; the library wrappers are mostly to assist with authentication and URL construction and such. If the JAR is too big, fall back to rolling the REST yourself with HttpClient. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.2 Programming Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en