https://github.com/hiteshsahu/ecommerce-app-android
E-Commerce App for Android with Material Design Pattern
https://github.com/hiteshsahu/ecommerce-app-android
android-application ecommerce ecommerce-application material-design shopping-cart
Last synced: 5 months ago
JSON representation
E-Commerce App for Android with Material Design Pattern
- Host: GitHub
- URL: https://github.com/hiteshsahu/ecommerce-app-android
- Owner: hiteshsahu
- Created: 2016-06-13T16:18:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T02:13:22.000Z (almost 3 years ago)
- Last Synced: 2025-05-16T19:07:35.928Z (5 months ago)
- Topics: android-application, ecommerce, ecommerce-application, material-design, shopping-cart
- Language: Java
- Homepage:
- Size: 12.3 MB
- Stars: 586
- Watchers: 66
- Forks: 482
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping App
This is an Open Sourced full stack E-Commerce App. I started this Project out of cusiosity and absoulutely no vision but now it have evolve to full size Shopping App. This repository holds basic E-commerce App POC which I had created 2 years back. You can download emo App to see what it looks like now. I also have PWA web App for the this project. If you are interested feel free to Ping me.# Try the Demo on PlayStore
# https://play.google.com/store/apps/details?id=com.hitesh_sahu.retailapp&hl=en
### What this project does :-
#### View Layer
- Single Activity Model with reusable Fragments.
- Display categories of product (eg Electronic,Furnitures)
- Display products in a given category (TV,Microwave,Vaccum cleaner)
- Show Product Details.
- Add any product to cart and update total item count and amount.
- Swipe to Dismiss along with Drag-Drop in Shopping List Fragments
- Swipe to dismiss in RecyclerView
- Store cart list in DB for persistant storage.
- Whats new dialog on new update#### Data and Domain Layer
- Fetch and store list of Products and Categoreis from Mock Server. The Mock server mimic and return product data from real life Flipkart Server.
- Persistant storage of Shopping List items when User close the App.
- Loading and caching image from actual Flipkart's image URl with help of Glide
- ACRA crash reporting (Planning to Move on Firebase)
- Data Mining with Apriori Algorithm.### What Is Not Included (feel free to Ping me if you want complete solution):-
- Back End Web Server with Web API
- Admin Panel
- Website## Got any Issue or Change Request :-
Log it into Issue Tracker and please don't mail me. I am going to stop to replying to mails and whatsapp messages from June 2017.
## Screen shots
![]()
![]()
![]()
![]()
![]()
![]()
## Tablet
# Legal