User inputs their food item, entree, or cuisine and the app displays wine suggestions
WinePairingApp
An Android app that uses Spoonacular API to offer wine pairing suggestions from user’s inputted food, entree, or cuisine.
Minimum Api Level : 22
compileSdkVersion : 31
Build System : Gradle
Table of Contents
Requirements
A spoonacular api key is required to run this app.
Android Architecture Components
The application is built using MVVM Single-Activity Architecture with multiple fragments.
- LiveData
- ViewModel
Concurrency
- Coroutines
Libraries
Third-Party
- Glide – Image loading
- Moshi – JSON deserialization
- Retrofit 2 – REST API access