Skip to content

sharonnkanng/WeatherInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherInfo

The goal of this project is to create a Weather Info Application for Android.
This application fetches weather information from OpenWeatherMap using HTTP requests and displays it to the user.
During the development process, the project aims to provide practice in network communication, JSON parsing, and the usage of external libraries such as Retrofit and Glide.

Features

  • Utilize OpenWeatherMap API to fetch weather information.

  • Obtain an API key by registering on the OpenWeatherMap website.

  • City List Screen:

    • Displays a list of cities.
    • Supports adding and removing cities.
    • Addition of cities can be facilitated by either:
      • A FloatingActionButton that triggers a dialog for entering the city name.
      • A Toolbar with an "Add city" menu.
    • Show appropriate error messages to the user in case of network errors or invalid responses
    • City names do not persist in a database.
  • Weather Details Screen:

    • Displays weather details for the selected city.
    • Implements network communication to fetch weather information.
    • Weather information includes temperature, humidity, wind speed, etc.
    • Uses appropriate icons/images to represent weather conditions.
    • Icons are downloaded based on the icon field of the retrieved JSON result.

External Libraries

Demo

About

Weather Info Application for Android 🤖

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages