The name of the app is “Query Browser for SimpleDB.” Find it by searching the Android Marketplace for SimpleDB
- Access Amazon’s SimpleDB web service
- Build queries for SimpleDB
- Create queries verbally using Android Speech technology
- Save queries
To access your SimpleDB database you will need to enter your AWS key and Secret. To clear or change the info choose “Edit Preferences” from the menu.
Query Browser for SimpleDB shows how useful a database in the cloud can be. Please comment or contact me for info on developing SimpleDB Android projects.
Advertisement
September 11, 2009 at 1:53 am |
Very cool. Do you have any sample code that shows how
to connect to an Amazon DB data source from Android.
March 8, 2010 at 6:26 pm |
After doing my app, I saw that Alan Williamson created a very simple class for accessing SimpleDB. I’ve tried this in Android and it worked great.
Check out:
http://alan.blog-city.com/simpledb_sqs_java.htm#
Carmen