Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 942 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 942 Bytes

SimpleWeatherApp

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



Screenshots


alt


alt

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)

Created by

S Balakrishnan