Weather not returning data on Android 4.0

Issue #1 resolved
Sam Haddad repo owner created an issue

This method works fine in everything 3.0 and below. Android 4.0 ignores the variables set by the GetWeather class for some reason. Not sure why yet.

Comments (1)

  1. Sam Haddad reporter

    Fixed. Moved weather updates from a runnable to an asynctask and it's all good. Runnable makes a call to the asynctask every 10 minutes and fetches new weather data.

  2. Log in to comment