Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.57 KB

League friend

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.

Motivation

The motivation behind this project was to practise Android development by using MVP, Clean Architecture, best practices, Dagger2 and other common libraries (see below).

Project status

First core version working.

█████████░░░ 75%

Work to do

  • 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 :shipit:

Building sources

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.

Used open source libraries

License

MIT Liceense