An android wrapper for openweathermap that uses Retrofit 2 under the hood.
You need an API Key to use the OpenWeatherMap API. Head on over to their website if you don't already have one.
Get Current weather by:
This is a wrapper that makes getting weather information from OpenWeatherMap a whole lot easier. What seperates this from other wrappers is that in addition to the basic weather information, it allows free openweathermap user to get up to 5 days of daily forecast information, which typically requires a developer account with OpenWeatherMap(180USD/month). Please note that this is not a hack, instead the library calculates the 3-hour forecast information that free users get, summarize those values, and return it as daily forecast.
Open Weather API Wrapper is an Android wrapper for the APIs of https://openweathermap.org. This library handles all the network operations and parameter validations on behalf of the developer.
A simple API Wrapper of OpenWeatherMap.org for Android. It uses Retrofit 2.0 and currently supports 5-Day Forecasts and Current Forecast for any Lat/Lon given location.
Easy and quick weather fetching from OpenWeatherMap API for Android.
Get the weather data you need right into your android app in an easy and efficient way.
RexWeather is a sample Android Studio project demonstrating the use of Retrofit and RxJava to interact with web services.
A Java library for the Forecast.io API. It is quite functional at this point. The API is fully implemented except for callbacks. Further development will continue. A jar file with the dependencies is available under the jar/ folder for convenience.
Android weather lib for creating easily weather app. The lib implements several protocols to get weather information from the most important weather data provider.
Android-wunderground-client was born out of the need to provide an easy interface for Android apps @ 47 Degrees to interface with Weather Underground's Weather API.