Foodies-App
Foodies - Food recommendation app for food lovers around the world
Screenshots
Foodies / Showcase Video [Youtube]
Features
- MVVM + LiveData : Android architecture
- Bottom Navigation : to navigate fragments in UI friendly way.
- Retrofit + Gson Converter : Fetch meals from rest api as a json file then convert it into a kotlin object.
- Room : Save your favorite dishes into a local database.
- Dagger hilt : Dependency injection.
- Coroutines : Executing code the background thread .
- Coil : caches image Urls from the api and load them in imageView.
- viewBinding : to access the views without using findViewById method.
- uses The MeallDB api to get data about food from around the glob.
- Modern UI/UX design.