Skip to content

A weather app with jetpack compose and clean architecture

Notifications You must be signed in to change notification settings

enesokurterzi/weather-app

Repository files navigation

Weather App

Description

In this project, you are getting weather estimates for your current location. The app takes your location permission and gives you current weather values, hourly estimates for the day and daily estimates for whole week.

This app gets all data from a free weather API "https://open-meteo.com".

Pages in the app
Home

Libraries And Features

  • Dagger - Hilt

    implementation ("com.google.dagger:hilt-android:2.44")

    kapt("com.google.dagger:hilt-android-compiler:2.44")

    implementation ("com.google.dagger: dagger:2.44")

    kapt ("com.google.dagger:dagger-compiler:2.44")

  • Location Services

    implementation ("com.google.android.gms:play-services-location:21.0.1")

  • Retrofit

    implementation ("com.squareup.retrofit2:retrofit:2.9.0")

    implementation ("com.squareup.retrofit2:converter-moshi:2.9.0")

Images from the Project

Releases

No releases published

Packages

No packages published

Languages