Quick example on how to use the Riot League of Legends API. It prompts the user to enter a username and it then finds and displays their NA Solo Queue tier, division, and wins..
Rankd is hosted in the following web site
https://github.com/epes/Rankd
If you think the Android project Rankd listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Rankd.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
Rankd has the following Java source files.
me.eperjesi.annie.exceptions.LoLObjectNotFoundException.java me.eperjesi.annie.objects.Dev.java me.eperjesi.annie.objects.Summoner.java me.eperjesi.annie.services.HTTPRequester.java me.eperjesi.annie.services.LoL.java me.eperjesi.annie.services.LoLJsonParser.java me.eperjesi.annie.services.QueryBuilder.java me.eperjesi.annie.services.SParse.java me.eperjesi.rankd.ApplicationTest.java me.eperjesi.rankd.activity.MainActivity.java me.eperjesi.rankd.fragment.ProfileFragment.java me.eperjesi.rankd.fragment.SearchFragment.java