A weather app built on MVVM architecture with jetpack compose

Jet Weather The app is built using the latest Android technologies, including Jetpack Compose, Kotlin, Dagger Hilt, and MVVM architecture. It utilizes the Open-Meteo API to provide accurate weather for user’s current location using latitute and longitude, and includes a favourite feature that allows users to search and save their favorite cities to a local … Read more

Weather App Using Kotlin and XML

WeatherApp Using Kotlin and XML. _Locating the user automatically, Calling Accu weather Api to get the weather data. _this app has the following features: -auto-update -auto location detection -one activity only -easy to customize -Executor class instead of AsyncTask Why Executor class? because AsyncTask is deprecated (leaks may occur if the AsyncTask is not static), … Read more