Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #242

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
[Download on Google Play Store](https://play.google.com/store/apps/details?id=com.hieuwu.groceriesstore)


## About
## 👋 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
## 🎨 UI Design & Architecture
<img src="https://github.com/hieuwu/hieuwu.github.io/blob/master/assets/img/real-estate.gif" align="left" height="280px">


Expand All @@ -37,7 +37,7 @@ Groceries Store is a project to help people order grocery online. The main purpo
- [MVVM Architecture](https://medium.com/swlh/understanding-mvvm-architecture-in-android-aa66f7e1a70b)


## Libraries
## 🛠️ Libraries
- [Glide](https://github.com/bumptech/glide) - Loading images.
- [Timber](https://github.com/JakeWharton/timber) - Logging.
- [Retrofit2](https://github.com/square/retrofit) - Construct the REST APIs and paging network data.
Expand All @@ -48,7 +48,7 @@ Groceries Store is a project to help people order grocery online. The main purpo
- ViewModel - UI related data holder, lifecycle aware.
- Room Persistence - construct a database using the abstract layer.

## Setup
## ⚙️ Setup

#### Android Studio
Android Studio Bumblebee or later
Expand Down Expand Up @@ -80,11 +80,11 @@ _id | name | description | price | image|category|nutrition|productid
id | name | email | phone | isOrderCreatedNotiEnabled|isPromotionNotiEnabled|isDataRefreshedEnabled|address
--- | --- | --- | --- | --- | --- | --- | --- |

## Find this repository useful? :heart:
## 🎯 Find this repository useful? :heart:
Support it by joining __[stargazers](https://github.com/hieuwu/android-groceries-store/stargazers)__ for this repository. :star: <br>
Also, __[follow me](https://github.com/hieuwu)__ on GitHub for my next creations! 🤩

## Contributors ✨
## 👨‍💻 Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Expand Down
Loading