FlavorFinder is an application that enables users to find favorite meals. Application uses free mealApi as the source of data.
Key elements utilized in the application include:
- Application implemented following the MVVM design pattern.
- The application is developed using Kotlin language.
- Jetpack Navigation is used for creating navigation within the app.
- The app uses Retrofit for connecting to external api.
- The app employs ROOM for data storage.
- StateFlow is used for handling data updates.
- Kotlin Coroutines are employed for asynchronous data processing.