Skip to content

A simple weather native android app using jetpack compose. Here I followed NECO RU Jetpack Compose youtube tutorial.

Notifications You must be signed in to change notification settings

HolodTema/Weather_Compose_Android_App

Repository files navigation

Weather Jetpack Compose Android application

I created this project to learn Jetpack Compose using NECO RU videos on Youtube.
(see: https://www.youtube.com/@NecoRuChannel )

All the data of weather forecast is gotten from https://www.weatherapi.com/

But I improved this using my own ideas:

  • time-requiring work was moved to IO threads using Coroutines
  • transparent design of TabLayout, Card and LazyColumn
  • random beautiful background every time the user launches the app
  • chosen city is saved in SharedPreferences
  • using Timber lib for better logging
  • code refactoring

Used technologies:

  • Kotlin
  • Android
  • Jetpack Compose
  • Volley
  • Coil
  • Coroutines
  • Timber

About

A simple weather native android app using jetpack compose. Here I followed NECO RU Jetpack Compose youtube tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages