i am trying to use simpleDB in my android app. i need only get text data from amazon simpleDB but i am a new user of amazon web services. i donT know anything about to get data using amazon web services from my simpleDB domains. is there any basic examples or the part of code.even i canT start:S can someone help?
Asked
Active
Viewed 562 times
2 Answers
1
You can use REST to retrieve info from your simple DB. Here is a simple REST client to make HTTP GET and POST requests.
http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/

zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
- 5,711
- 8
- 54
- 70
-
thanx everyone! i did it finaly. – mehmetali Apr 21 '11 at 11:33
-
can you mark this answer as correct? or whichever one helped you more – zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz Apr 21 '11 at 23:30
1
Amazon Web Services have an official SDK for Android which is currently in Beta.
You can check out the docs online, it looks simple to use.

David Snabel-Caunt
- 57,804
- 13
- 114
- 132