nimblehq / jetpack-compose-crypto

This is an sample Crypto market prices app built with Jetpack Compose
https://nimblehq.co/
MIT License
21 stars 5 forks source link

[Integrate] As a user, I can scroll down to refresh the data on Home screen #50

Closed luongvo closed 1 year ago

luongvo commented 2 years ago

Why

When the user launches the app, all the data are fetched at the same time and user can't refresh the latest data on Home screen.

Acceptance Criteria

Design

N/A

Resources

https://google.github.io/accompanist/swiperefresh/ Alternative approach on the latest release: https://stackoverflow.com/a/73953806 https://developer.android.com/reference/kotlin/androidx/compose/material/pullrefresh/package-summary#extension-functions