Android App using Etsy API.
EtsySearchDemo is hosted in the following web site
https://github.com/paulfthomas/EtsySearchDemo
If you think the Android project EtsySearchDemo 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 EtsySearchDemo.
Item | Value |
---|---|
Java File Count | 12 |
Activity Count | 2 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
EtsySearchDemo has the following Java source files.
com.pftdemo.etsysearch.activities.ItemDetailActivity.java com.pftdemo.etsysearch.activities.ItemGridActivity.java com.pftdemo.etsysearch.adapters.GridAdapter.java com.pftdemo.etsysearch.data.DataProvider.java com.pftdemo.etsysearch.data.JsonParser.java com.pftdemo.etsysearch.fragments.GridFragment.java com.pftdemo.etsysearch.fragments.ItemDetailFragment.java com.pftdemo.etsysearch.model.Item.java com.pftdemo.etsysearch.utils.AnimatedNetworkImageView.java com.pftdemo.etsysearch.utils.BitmapLruImageCache.java com.pftdemo.etsysearch.utils.MainUtils.java com.pftdemo.etsysearch.utils.VolleySingleton.java