Material Design Application for viewing Dota2 Match History and Data using the APIs.
This was one of the larger personal projects as I needed to document the APIs and properly map responses to errors, heroes, items and statuses, all the while conforming to the Service limitations and providing a smooth experience to the user.
To that end, a combination of Android Architectural Components (which was released midway through this project_ was used along with EventBus and JobQueue. Apart from OkHttp caching, Room DB is also used for storing data until they become stale. A wrapper was also written around SharedPreferences so they could be used with LiveData.
- API Library for Java - https://.com/MikeFot/Java---Loader
- Android Lifecycle, Room and ViewModel
- EventBus
- Priority JobQueue (wrapper for conforming with API service limitations)
- MPAndroid Chart
- Picasso
- Retrofit 2
- MikePenz Material Drawer and FontAwesome
- Dagger 2
- Butterknife
- Canary
- Simple Tooltip
- Android Support, Design, Vector Drawable etc.
- Country Flags Library - https://.com/MikeFot/Android--Library-Country-Flags
- Java Annotated Validator - https://.com/MikeFot/java-lib-annotated-validator