What is the best way to use Amazon Simple Storage Service (S3) on Android?
For iPhone, I use ASIHTTPRequest. Is there something similar for Android?
The Amazon Android SDK is currently supported: http://aws.amazon.com/sdkforandroid/ . It was released only from the end of 2010, but it seems to be working well - it allowed me to easily upload a photo to S3.
, , , , . REST API , .
- , .
I think any S3 Java API should do this? Check out the docs for the Java API libraries.