survivingwithandroid / WeatherLib

Android Weather Library: android weather lib to develop weather based app fast and easily
http://survivingwithandroid.github.io/WeatherLib/
640 stars 170 forks source link

Location is null in HourForecast #46

Open v1r0x opened 8 years ago

v1r0x commented 8 years ago

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 info is there. Then I checked the code and I think you missed to add these lines to the WeatherHourForecast as well.

v1r0x commented 8 years ago

@survivingwithandroid Should I create a PR?

mattbaker298 commented 3 years ago

Did you ever get this fixed?

v1r0x commented 3 years ago

Holy ... 😅 It was almost 5 years ago and I haven't touched android development in a long time. I can't even tell you if I still have the code to my app 🙈 But the link in my first post might be the fix? Have you tried it?

But since the last update of this lib is from 2015 you should consider switching to another lib.

mattbaker298 commented 3 years ago

If I'm honest, I'm a bit of a noob when it comes to android development so I'm just wondering how I'd go about editing the library to fix this?

v1r0x commented 3 years ago

Good question. I've only messing around with a couple of android features several years ago. I can't remember if/how I fixed this problem. So I can't really help you. Sorry!