Site icon Android Tutorial Online

Free Open Source Weather Android APP

Weather App

This is a simple Android app that consumes the Open-Meteo API (https://open-meteo.com/en/docs) to display weather information. The main focus

Features

OverView

Skills Showcased

This project showcases my skills in using Android notifications and WorkManager. The app uses WorkManager to schedule background tasks for fetching weather data and updating the UI with notifications. The notifications provide users with up-to-date weather information without needing to open the app.

Usage

You don’t need any API key for the Open-Meteo API.

Details

WorkManager registers a work to displays the forecast of the last selected location every hour ( I kown it’s not the most efficient interval but it’s for debug purposes)

GitHub

View Github

Exit mobile version