League friend is an app that uses the Riot Developer API to show player information from the game League of Legends. At the moment you can search players (summoners) by name, add them to your favourits and check their recent matches and current ranked league position.
The motivation behind this project was to practise Android development by using MVP, Clean Architecture, best practices, Dagger2 and other common libraries (see below).
First core version working.
█████████░░░ 75%
- Makeover the UI and add images, icons, animations
- Add localization
- Add settings funtionality (changing region e.g.)
- Add background tasks by using JobScheduler to get player updates in the background
- Show notification on player updates
- Write tests
After checking out the sourcecode you need to create a keystore.properties
file in you root folder with riotAPIKey="your_personal_api_token"
in it.