Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.59 KB

README.md

File metadata and controls

38 lines (24 loc) · 2.59 KB

The-Grocery-Store

This was a college project!

This application is based on shoping grocery items, it doesn't has any payment integration, it was just made for learning purpose!You can fork it and can manipulate it according to your use.

If someone can suggest, better implementation of this project, they are welcome to do so.

To Cook this project in your kitchen, You need to arrange following items:-

  1. Java
  2. Firebase [Real time database and Storage]
  3. XML
  4. google-services.json (I have added it to .gitignore, to avoid misuse of my resources.You should also do the same)
  5. You need to Add project to firebase console (your app id, SHA1 key, etc)

Dependencies [ build.gradle -> module :app ]

  1. Firebase libraries [realtime database, storage]
  2. Fancy button (optional)
  3. Circular imageview [ implementation 'de.hdodenhof:circleimageview:2.2.0' ]
  4. Crop image [ implementation 'com.soundcloud.android:android-crop:1.0.1@aar' ]
  5. Glide [latest version]
  6. Circleindicator for banner images [optional]
  7. Viewpager [implementation 'com.github.santalu:auto-viewpager:1.0.2'] [optinal]

I have used library for some widgets, but can use android native widget as well, to avoid increase in app size!

Thanks!

Screenshots!