🚀 Groceries Store
👋 About
Groceries Store is a project to help people order grocery online. The main purpose of this project is to demonstrate modern Android development skills in real production environment, reduce the learning curve when jump into Android development world.
🎨 UI Design & Architecture
Design
- Groceries Store Design
- Background vector created by freepik - www.freepik.com
- Food vector created by terdpongvector - www.freepik.com
Architecture
🛠️ Libraries
- Glide - Loading images.
- Timber - Logging.
- Retrofit2 - Construct the REST APIs and paging network data.
- Moshi - A modern JSON library for Kotlin and Java.
- Hilt for dependency injection.
- JetPack
- Lifecycle - dispose of observing data when lifecycle state changes.
- ViewModel - UI related data holder, lifecycle aware.
- Room Persistence - construct a database using the abstract layer.
⚙️ Setup
Android Studio
Android Studio Meerkat or later
Supabase
See Supabase Wiki Database Schema:
Setup with mock data:
- Create your Supabase account
- Open local.properties, update:
API_KEY_DEBUG=YOUR_SUPABASE_SECRET_DEBUG SUPABASE_URL_DEBUG=YOUR_SUPABASE_URL_DEBUG
- Open
supabase/postgrest
, execute each file step by step according to file name
🎯 Find this repository useful? :heart:
Support it by joining stargazers for this repository. :star:
Also, follow me on GitHub for my next creations! 🤩
👨💻 Contributors ✨
Thanks goes to these wonderful people (emoji key):
Saurabh Patel 💻 |
Aditya Gupta 🎨 💻 💡 |
Dmitriy 💻 |
Devendra Varma 💻 |
Amartya 🎨 |
NLC 🎨 💻 |
Fredrik Henricsson 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!