Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.18 KB

lilol

lilolpresentation

  • Check the current League of Legends free-week champions with real data from Riot Games APIs.
  • data available in all languages supported by the official game.
  • Get a notification when a new rotation is available.

Contributing

check contribute.md file

Kanban Board

To access kanban board, click here.

How to Run

You'll need to pick one Developer API key from Riot Games. You can read the link above for more information.

Once you have a key, you can use it in go to local.defaults.properties, and in the API_ROTATIONS_KEY, include your development key.

Project

This repo is using an MVP approach, and:

  • Material UI 3;
  • Light and Dark Themes;
  • Retrofit;
  • Manual Dependency Injection (container approach);
  • Picasso;
  • OkHttp Interceptors;
  • Views/XML;
  • Coroutines;
  • Jetpack Navigation;
  • Caching;
  • Kotlin;
  • Data Store;
  • WorkManager;
  • and more 😘.

Project not completed yet!