Work in progress

Multi-module demo app that gets data from dota2 api.

API

https://docs.opendota.com/

Players by rank (GET)

https://api.opendota.com/api/playersByRank

Player (GET)

https://api.opendota.com/api/players/{account_id}

Hero Stats (GET)

https://api.opendota.com/api/heroStats

App Design

Module 1 (app)

MainActivity, BaseApplication, Screens, Navigation

Module 2 (core)

Core business models and classes.

Module 3 (players)

Top ranked players. Onclick takes to detail screen.

Module 4 (heros)

Hero’s. Alphabetical with SearchView.

GitHub

https://github.com/mitchtabian/Dota-Info