WeatherLib
WeatherLib copied to clipboard
Android Weather Library: android weather lib to develop weather based app fast and easily
Is this repository still being actively developed?
I'm currently writing an app using this great lib. But while implementing a method using the `WeatherHourForecast` I got `null` for all location attributes. I checked openweathermap and the location...
It seems to be unimplemented right now, just returning null for everything. From their documentation, it seems that the `icon` field would be the most suitable for deducing the weather...
I have tried to use Yahoo as a provider, and the address seems to be no longer valid. Is there any workaround for this? `java.net.UnknownHostException: Unable to resolve host "where.yahooapis.com":...
Error:(37, 0) Cause: com.android.sdklib.repository.FullRevision Open File
Error:(22, 0) Could not find method android() for arguments [build_cwqu79fqes3pz2wapgwb59gsu$_run_closure3@6b1ace86] on root project 'forecastie-master' of type org.gradle.api.Project. Open File
If i use this library ("compile 'com.survivingwithandroid:weatherlib:1.6.0'" in my gradle file), the app name of my app is always "Lib" on the device (API 18, Android 4.3) and on the...
Hi, basically each commit describes what has been done. I only want to describe "Unify parsing of current weather and forecast" a bit: Parsing of current and forecast weather was...
You can search for a city using (format is City, Region Code, Country Code): http://wxdata.weather.com/wxdata/search/search?where=New%20York,NY,USA And then get the weather from (unit is the unit c/f and dayf is the...