nimblehq / avishek-phong-kmm-ic

For learning new technology in mobile development (JetPack Compose, SwiftUI, KMM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android] [Integrate] As a user, I can see the home screen with surveys

phongvhd93 opened this issue · comments

Why

A user should be able to see the available surveys.

Acceptance Criteria

  • Get the surveys from the API (#8).
  • Display fetched data on the Home screen.
  • Change the page when a user swipe on the screen.
  • Update the page indicator accordingly.
  • Show the loading animation while fetching the surveys (#29)
  • Allow the user to use Pull to refresh gesture to refresh the survey list.