-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location is null in HourForecast #46
Comments
@survivingwithandroid Should I create a PR? |
Did you ever get this fixed? |
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 since the last update of this lib is from 2015 you should consider switching to another lib. |
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? |
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! |
I'm currently writing an app using this great lib. But while implementing a method using the
WeatherHourForecast
I gotnull
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 theWeatherHourForecast
as well.The text was updated successfully, but these errors were encountered: