REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Currency-Converter
Demonstrative project for a hiring process challenge.
Currency-Converter; android application written in Kotlin that consumes data from the fixer.io API https://fixer.io/ .
Features
- Displaying currency rates (Base Currency is EUR).
- User can tap on any rate to calculate and convert amounts against the base currency.
App Architecture
MVI Clean Architecture
Project modules
- remote => For handling remote data source.
- repository => For handling data operations.
- presentation => For ViewModels and Contracts
- ui => For UI related classes, Activies/fragment/bottomsheets.
Libraries references
Dependency Injection
Asynchronous programming
https://developer.android.com/kotlin/flow
Networking
Future work