Android Currency Converter App (MVVM, Hilt, Retrofit, Coroutines, Flow) offers real-time currency conversion with Jetpack Compose.
- Fetch latest data on app startup
- Show available currencies
- Change input currency
- Change input amount
- Show converted amount in all available currency
- Initial commit
- Adding empty android studio project
- Configured hilt dependency injection library
- Completed data layer implementation with test cases
- Loading screen implementation done
- Adding imageKit module & imported all the country images
- Currency list screen implementation done
- Converter screen implementation done
- SelectCurrency screen implementation done
- Pull the project (master branch)
- Open Android studio & import the project
- Create a resource file with name 'confidential.xml'
- declare your open exchange service's APP_ID as a string with key 'APP_ID_OPEN_EXCHANGE_SERVER'
- Sync project file & wait for build to finish
- Now generate DEBUG or RELEASE apk as your need.