suho / kmm-ic

KMM Project with SwiftUI + Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android] [Integrate] As a user, I can see pull to refresh the survey list

suho opened this issue · comments

commented

Why

We need to support the pull to refresh feature that allows the user to get the latest data.

Acceptance Criteria

On the home screen, when the user swipes from top to bottom, the application must fetch the latest surveys and refresh the survey list.

  • Support pull down to refresh the list of surveys.
  • Refresh the cache data.
  • Show a loading indicator (implemented) while doing the refreshing.