This is a simple android application to display the current weather and forecast based on the mobile's location. This app uses the wunderground api to get the weather information.
This app provides the following details:
- Temperature
- Humidity
- Location
- Latitude
- Longitude
- Weather description
- Weather icon
Documentation for WunderGround api Link
Libraries and tools used in creating the app
- Tab layout
- RecyclerView Layout (for forecast)
- HttpURLConnection (to get response from api)
- GPSTracker (uses lastknown location from the device)