OmerValentine / Championify-Android

League of Legends app that displays current meta statistics and itemization's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Championify Android

https://play.google.com/store/apps/details?id=net.championify.championify&hl=en

Championify for Android brings you the critical information to help you succeed in your League of Legends matches. From Platinum to Challenger, summoners from across the globe, get the highest winning builds for your champs, most common skills upgrade order, most common bans in the current meta, and much more. The series of Championify apps are your one stop shop to help you achieve to be the best in League of Legends. With time we will add more features, any and all donations would be greatly appreciated and will contribute to the expansion of this app and all new features coming it's way.

Be sure to check out Championify for Desktop as well.

Screenshots

Champs Bans Builds Counters

Development

Championify works like any basic android studio project. A config file simply needs to be created for the Champion.gg API key. PRs are welcome.

Create a new file at /app/src/main/res/values/configs.xml

<resources>
    <string name="championgg">CHAMPIONGG KEY</string>
</resources>

Championify for Android isn't endorsed by any of it's content sources or Riot Games and doesn't reflect the views or opinions of them or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.

About

League of Legends app that displays current meta statistics and itemization's.

License:MIT License


Languages

Language:Java 100.0%