Rugby Ranker
Rugby Ranker is a work-in-progess Android app for viewing and predicting the latest World Rugby rankings.
It displays the latest international rankings and makes use of the World Rugby 'Points Exchange' system in order to predict changes in team positions and points.
Android development
Rugby Ranker attempts to make use of the latest Android libraries and best practices:
- Entirely written in Kotlin
- Makes use of Android Jetpack, including:
- All appropriate Architecture Components, including Lifecycles, LiveData, ViewModel, Room, Navigation and WorkManager
- ConstraintLayout 2.0 for layouts
- EmojiCompat for emoji compatibility on older platforms
- Android KTX for more fluent use of Android APIs
- Retrofit for networking
- Dagger for dependency injection
- Designed and built using Material Design tools and components