Android Open Source - Development api Rankd






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Rankd.

ItemValue
Java File Count13
Activity Count1
Fragment Count2
Required Permissionsandroid.permission.INTERNET




Java Source Files

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