An Android app which fetches a list of countries and shows it's USD exchange rate.
- Click here to download the CountriesList application.
List of countries: https://restcountries.com/v3.1/
Exchange rate: https://www.exchangerate-api.com/
- Retrofit - A type-safe HTTP client for Android & OkHttp to interpret responses and recover from common connection problems.
- Coil. An image loading library for Android and Compose Multiplatform.
- Hilt - Provides a standard way to incorporate Dagger dependency injection into an Android application.
- mockk - mocking library for Kotlin to cover unit tests.
- Material Components for Android - Modular and customizable Material Design UI components for Android.