Android Open Source - Development gallery AmazonSearchAndroid






Project Summary

Submit a query to the amazon product lookup API using web services, process the response and display the products in a gallery..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of AmazonSearchAndroid.

ItemValue
Java File Count9
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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