Android app with a sample list of Walmart products..
android-product-list is hosted in the following web site
https://github.com/reneargento/android-product-list
If you think the Android project android-product-list 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 android-product-list.
Item | Value |
---|---|
Java File Count | 23 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Minimum SDK Version | 7 |
Activity Count | 2 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 2 image files in android-product-list. The names of the image files are listed as follows.
ic_pulltorefresh_arrow.png walmartlabs.png
The following screenshort is generated from the image listed above.
android-product-list has the following Java source files.
com.costum.android.widget.LoadMoreListView.java com.costum.android.widget.PullAndLoadListView.java com.costum.android.widget.PullToRefreshListView.java com.walmartlabs.productlist.adapters.ProductAdapter.java com.walmartlabs.productlist.api.FeedDataAPI.java com.walmartlabs.productlist.api.FeedDataInterface.java com.walmartlabs.productlist.bean.ProductBean.java com.walmartlabs.productlist.bean.ProductBeanResponse.java com.walmartlabs.productlist.controller.ProductController.java com.walmartlabs.productlist.dao.ProductContentProvider.java com.walmartlabs.productlist.dao.ProductDBManager.java com.walmartlabs.productlist.dao.ProductSQLHelper.java com.walmartlabs.productlist.dao.SharedPreferencesHelper.java com.walmartlabs.productlist.services.FeedDataService.java com.walmartlabs.productlist.tracker.MixPanelDelegate.java com.walmartlabs.productlist.ui.activities.ProductActivity.java com.walmartlabs.productlist.ui.activities.ProductListActivity.java com.walmartlabs.productlist.ui.fragments.ProductFragment.java com.walmartlabs.productlist.ui.fragments.ProductListFragment.java com.walmartlabs.productlist.util.AndroidUtil.java com.walmartlabs.productlist.util.Constants.java com.walmartlabs.productlist.util.ImageLoadUtil.java project.walmartlabs.com.productlist.ApplicationTest.java