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.
Design
- Groceries Store Design
- Background vector created by freepik - www.freepik.com
- Food vector created by terdpongvector - www.freepik.com
Architecture
- 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.
Android Studio Meerkat or later
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
Support it by joining stargazers for this repository. β
Also, follow me on GitHub for my next creations! π€©
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!