Skip to content

landomen/compose-material3-pull-to-refresh-sample

Repository files navigation

Pull to Refresh with Compose Material 3

Sample project showing how to implement Pull to Refresh on Android with the Compose Material 3 library.

This is a companion app to the Pull to Refresh with Compose Material 3 article.

It shows a list of random dog facts fetched from https://kinduff.github.io/dog-api/, allowing users to re-fetch them by pulling down from the top of the screen.

Tech stack:

  • Compose (Material 3)
  • MVVM
  • Koin (dependency injection)
  • Ktor (network)
  • Kotlin Coroutines and Flows
Screen_recording_20241004_222718.mp4

About

Sample project showing how to use Compose Material 3 Pull-to-Refresh.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages