Skip to content

sagarpant/WeatherApp

Repository files navigation

WeatherApp

Basic Weather application.

  1. Instructions to use the app
    a) Install the application using the weatherapp.apk.
    b) Enter the city name and press the query button.
    c) Response should be updated in the textviews below the query button and the image corresponding to
    description should be displayed in the image view.

  2. Customizing the app for further usage
    a) Latitude, Longitude, Min, Max temperature, pressure etc can be displayed as they are also returned in the httpresponse.
    b) Just create similar textviews for displaying them as well.
    c) Error handling. When user hits query button wihtout entering the city name, the app crashes.(Check whether the
    edittext is empty & make appropriate toast message).

The app uses the open weather api. Use your personal api key and update it in the api key section.
The api key may be obtained free of cost from the openweathermap api website.

Releases

No releases published

Packages

No packages published

Languages