Submit a query to the amazon product lookup API using web services, process the response and display the products in a gallery..
AmazonSearchAndroid is hosted in the following web site
https://github.com/ntjcbs/AmazonSearchAndroid
If you think the Android project AmazonSearchAndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AmazonSearchAndroid.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 4 image files in AmazonSearchAndroid. The names of the image files are listed as follows.
amazon.png background.png random_grey_variations.png search.png
The following screenshort is generated from the image listed above.
AmazonSearchAndroid has the following Java source files.
com.nate.amazonsearch.config.Constants.java com.nate.amazonsearch.helpers.AmazonUrlCreator.java com.nate.amazonsearch.helpers.ItemDownloader.java com.nate.amazonsearch.helpers.SignedRequestsHelper.java com.nate.amazonsearch.helpers.WebServicesHelper.java com.nate.amazonsearch.helpers.XmlParser.java com.nate.amazonsearch.interfaces.ItemUpdater.java com.nate.amazonsearch.models.Item.java com.nate.amazonsearch.views.MainActivity.java