Skip to content

benawad/How-To-Use-Retrofit--Part-2

Repository files navigation

Adding API Key

To run this app on your computer you need to get a Riot Games API key and go into the strings.xml file and add the following line

<string name="riot">YOUR-API-KEY</string>

inputing in your key.

Learn how to make this app yourself

Check out my blog post explaining the process http://benawad.com/how-to-use-retrofit-part-2/