mchlmuia / EcomSample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##EcomSample - Sample e-commerce Online Shopping App like flipkart, snapdeal, amazon

When ever I used to open any online shopping app, I wanted to know the the mechanism behind loading items, images, data which are not in some limited size. As an Android developer I can understand that many beginners would be thinking to make android app like flipkart, snapdeal or amazon etc. So here is the EcomSample app with complete source code available in github. Sample app is available on PlayStore.

Application has been designed using fresco library for image loading and caching. All new features like top eCommerce app have been added in this app. This app is best practice for Android Developers.

Find my more tutorials here

Install EcomSample

###This app has below features:

  1. Loading and caching images with RecyclerView and CardView.
  2. Add to Cart and Wishlist, manage cart and wishlist.
  3. Category wise items/products loading and caching in list.
  4. Detailed item description.
  5. All other options available in side Navigation Drawer.
  6. Introslider at starting of application.
  7. Material design based app.

Note: Please consider the below points

1.The images are downloading from this site: https://www.pexels.com, But you can provide your own server urls to load the image.

2.Item description I have just hard coded only for showcase.

Please feel free to comment for any clarification or suggestion.

###Screen shots:

About


Languages

Language:Java 100.0%