All Projects → singhkshitij → Magicprint Ecommerce App Android

singhkshitij / Magicprint Ecommerce App Android

Licence: mit
E-Commerce App Source Code for Android with Material Design Pattern Using Firebase and MySQL with Android Lottie Animations just like Flipkart, Myntra and Amazon :)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Magicprint Ecommerce App Android

Angular Commerce
Angular components for scaffolding online store
Stars: ✭ 526 (+58.91%)
Mutual labels:  ecommerce, shopping-cart, firebase
Ecommerce App Android
E-Commerce App for Android with Material Design Pattern
Stars: ✭ 470 (+41.99%)
Mutual labels:  ecommerce, shopping-cart, android-application
Angular Shoppingcart
ShoppingCart (Ecommerce) 🛒 Application using Angular10, Firebase, PWA, Drag&Drop, Materialized Bootstrap and i18n 🚀🔥👨‍💻
Stars: ✭ 483 (+45.92%)
Mutual labels:  ecommerce, shopping-cart, firebase
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+1962.54%)
Mutual labels:  ecommerce, shopping-cart, mysql
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (-84.59%)
Mutual labels:  ecommerce, mysql, android-application
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-58.61%)
Mutual labels:  android-app, material, android-application
React Shopping Cart
🛍️ Simple ecommerce cart application built with React Redux
Stars: ✭ 1,808 (+446.22%)
Mutual labels:  ecommerce, shopping-cart, firebase
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (-88.82%)
Mutual labels:  material, android-application, android-app
CarouselGifViewer
Efficiently display a list of GIFs in a carousel (RecyclerView).
Stars: ✭ 33 (-90.03%)
Mutual labels:  android-application, android-app
material-design-collection-ecommerce
Material Desgin for Collection Ecommerce - React Native UI Theme. It helps you create the collection screen quickly and professionally. It's easy to customize and develop.
Stars: ✭ 27 (-91.84%)
Mutual labels:  ecommerce, material
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-22.05%)
Mutual labels:  ecommerce, shopping-cart
AlwaysOn
Android app which adds an always on display
Stars: ✭ 81 (-75.53%)
Mutual labels:  android-application, android-app
xcloud-shield
Xcloud Beta Unofficial App for the Nvidia Shield Android TV. Playing Xbox Cloud Gaming directly on the box Nvidia Shield tv in the best way.
Stars: ✭ 93 (-71.9%)
Mutual labels:  android-application, android-app
CSwala-android
An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains …
Stars: ✭ 44 (-86.71%)
Mutual labels:  android-application, android-app
flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (-82.78%)
Mutual labels:  android-application, android-app
Forkhub
GitHub client for Android based on the abandoned official app
Stars: ✭ 2,756 (+732.63%)
Mutual labels:  android-app, android-application
Githubfollows
A demo project based on MVVM architecture and material design & animations.
Stars: ✭ 272 (-17.82%)
Mutual labels:  android-app, material
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-92.15%)
Mutual labels:  android-application, android-app
Logcatreader
A simple app for viewing logs on an android device.
Stars: ✭ 253 (-23.56%)
Mutual labels:  android-app, android-application
Vuejs Firebase Shopping Cart
Shopping cart demo using Vuejs and Firebase
Stars: ✭ 274 (-17.22%)
Mutual labels:  shopping-cart, firebase

Magic Print - An E-Commerce App for Android with Material Design Pattern Using Firebase and MySQL

MySQL has been used for user registration and login whereas firebase is being user for data maintenance such as user cart , wishlist , placing ording, listing orders etc !

HitCount Maintenance

See Gifs below to understand flow of App !























REPO not under maintainence, if you would like to contribute or maintain repo :

Contact Us.

Features Integrated

  • Wishlist
  • Cart
  • Profiles Page
  • Unlimited Categories
  • Unlimited Products Listing
  • Order Placed Page with unique order number
  • Contact Us Page
  • About Us Page
  • Push Notifiation to customers
  • App tour
  • And much much more , download apk and try to discover !

Functionalities Enabled

  • Listview / Gridview alongwith Image loading
  • Send Push Notications via Onesignal.com
  • Android Animations Via Android Lottie
  • Unique order Id generator for each order
  • Stylish Double hierarchy Navigation drawer
  • And much much more , download apk and try to discover !

Download Magic Print Apk

Download APK

There is one more Admin App for the same to upload and add products with ease and hassle free, so that you dont have to manually insert them in database. If required head over to my blog and subscribe, we'll mail you the source code immediately.

Download and Test Magic Print Dashboard Apk

Download Apk

Make User Management work with MySQL

I have attached php files as well as SQL dB Schema how you should create it. :) Try connecting same way with your won dB.

Download Php Files alongwith MySQL db schema

Make it Work with Firebase

  • Activate firebase database service and set rules as { "rules": { ".read": true, ".write": true } }

  • Then import the below attached JSON files to get some dummy data backup JSON backup file

Connected Firebase Database url (in case you need it)

https://magic-print-8db31.firebaseio.com/

Questions ?

  • Why Work with 2 different Schema ?
  • Why not firebase only for user Management also ?

Simply because we do not want same dB to hold user as well as product and order data under same umbrella. It can be risky at times.

Have an Issue ?

Log it into Issue Tracker and will give fix soon.

MIT License

Copyright (c) 2018 Kshitij Singh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Target Audience Searches -

  • e commerce android app source code free download
  • online shopping android app source code
  • ecommerce android app
  • e commerce android app template
  • android shopping cart source code download
  • android shopping app source code free download
  • open source android ecommerce app
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].