Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 297 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 297 Bytes

udemy-weatherapp

The Weather App - The Complete Android Developer Course

Remember to insert your API key in the space found in MainActivity > renderWeatherData()

String API_PARAMS = "&APPID={insert your key here}&units=metric";

To get an API Key go to http://openweathermap.org/api

Cheers.