A simple weather app which can tell the weather update of your city
- Show updated weather information of preferred city from OpenWeatherMap
- Show next 5 days weather forecast ( Weather Description, Average Temperature)
- Shows suggestion of cities while user is typing ( powered by Google Places API Web Service )
- Auto suggestion option can be turned off from settings
- Showed previously cached weather data while offline
- User can refresh to get current weather information
- User can change location from setting options
- User Location can be get from GPS using clicking location button
- User can set preferred Temperature Unit ( Currently supported Celsius, Fahrenheit)
- User can set preferred Wind Speed Unit ( Currently supported m/s, mph, km/h)
- Android 4.1(Jelly Bean) or Higher
The Google Places API Web Service enforces a default limit of 1,000 free requests per 24 hour period. So if the request count pass the limit the app may crash. If this happens, just stop Show City Name Suggestion from app settings.
Download apk file from here