HealthyCheck is an Android app who uses OpenFoodFacts' API to check if your food is healthy.
-
git clone https://github.com/yohanleb/HealthyCheck.git
-
Open project in Android Studio
- MVC Architecture
- REST API Call
- Singleton for API Instance
- 3 activities
- Displaying a list in a RecyclerView
- Displaying a detail view of the item
- Gitflow
- Animations between two views
- Data stored in cache
- Crash reports
- More features :
- Scanner view
- Material Cards
- Splash Screen
The first screen is a loading screen with the HealthyCheck logo.
You can view all your scanned products in the list.
You can view the detail of a product by clicking on it in the list.
This view shows the name of the product, the ingredients and the quantity of saturated fat, salt and sugar.
You can scan products by clicking on the scan button.
There are animations between two views.
To keep the app updated and bug free
The application is not a nutrionist. It can make errors so keep a critical eye.
The data showed belongs to OpenFoodFacts' API, the images or the names can be incorrect.