retrofit-openweather

Additional

Language
Java
Version
N/A
Created
Oct 22, 2015
Updated
Oct 28, 2015 (Retired)
Owner
Rohit Shrestha (rohitsthaa)
Contributor
Rohit Shrestha (rohitsthaa)
1
Activity
Badge
Generate
Download
Source code

Advertisement

retrofit-openweather

Visit My Blog For Tutorial!

This is a simple app that uses retrofit to parse the json data received from openweather API

##Change API KEY Add your API KEY to String API_KEY="";

##Change Latitude & Longitude You can change you latitude and longitude at APIManager.getApiService().getWeatherInfo("27.6988910", "84.430396084", "10", API_KEY, callback);

Automatic GPS locator has been added
#License Copyright 2015 Rohit Shrestha The MIT License is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable. See LICENSE file for details.

LICENSE!