Foodies-App
Foodies an app for food lovers around the world
Screenshots
Foodies Showcase Video [Youtube]
Features
- MVVM + LiveData : Android architecture used to saperate logic code from ui.
- Bottom Navigation : to navigate through fragments.
- Retrofit + Gson Converter : Fetch news from rest api as a gson file and convert it to a kotlin object.
- Room : Save your favorite dishes into a local database.
- Coroutines : Executing code in the background (another thread).
- Coil : caches images from the api and show them in an imageView.
- viewBinding : to access the views without needing to infalte them.
- uses The MeallDB api to get data about food from around the glob.
- Modern UI/UX design.