Application that exemplifies the use of flows in Android with Kotlin. The Coinbase api is used to call in a constant flow and obtain the price of some cryptocurrency (Bitcoin in this case) in real time.
- MVVM architecture
- Lyfecycle view model
- Retrofit
- Material components and Material Design
- Dagger Hilt
- Coinbase API