[android-developers] Re: How to share data to amazon s3

2011-09-07 Thread Mr RAM
Can you give me some guidance.. i have downloaded amazon sdk. but dont know how to integrate with android. if you have any specific example for this, pls share . On Sep 7, 11:31 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, Sep 7, 2011 at 3:25 PM, HariRam hariram1...@gmail.com

Re: [android-developers] Re: How to share data to amazon s3

2011-09-07 Thread TreKing
On Wed, Sep 7, 2011 at 2:17 AM, Mr RAM hariram1...@gmail.com wrote: Can you give me some guidance.. i have downloaded amazon sdk. but dont know how to integrate with android. if you have any specific example for this, pls share . Seriously ... did you try reading the page you were linked to?

[android-developers] Re: How to share data to amazon s3

2011-09-07 Thread Mr RAM
Downloaded amazon sdk for android, and i included jar file into my application. But i dont know how to connect with my bucket. i have no idea. if you have any example to connect with amazon s3 pls share On Sep 7, 5:30 pm, TreKing treking...@gmail.com wrote: On Wed, Sep 7, 2011 at 2:17 AM, Mr RAM

Re: [android-developers] Re: How to share data to amazon s3

2011-09-07 Thread Mark Murphy
On Wed, Sep 7, 2011 at 9:41 AM, Mr RAM hariram1...@gmail.com wrote: Downloaded amazon sdk for android, and i included jar file into my application. But i dont know how to connect with my bucket. i have no idea. There is sample code for working with S3 in the samples/ the AWS SDK. -- Mark