Skip to content

ottne/smooothweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmooothWeather Android App

Simple weather app that lets you view weather information around the world. It is written using the following technologies:

  • UI: Jetpack Compose + Material 3
  • Persistence: SQLDelight
  • Networking: Retrofit / OkHttp
  • Dependency injection: Dagger Hilt

The data is sourced from https://open-meteo.com/'s API. For location search, the standard platform's Geocoder API is used.

Building and running

Run the app using the usual debug or release configurations, either from Android Studio or the command line:

> ./gradlew :app:assembleRelease
> adb install app/build/outputs/apk/release/app-release.apk 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages