hiteshsahu / ECommerce-App-Android

E-Commerce App for Android with Material Design Pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Alt text

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

<!--
  ~ .
  ~ Copyright Copyright (c) 2017 Hitesh Sahu(hiteshsahu.com)
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
  -->

About

E-Commerce App for Android with Material Design Pattern


Languages

Language:Java 100.0%