Skip to content

[ch2-57] Jetpack Paging 을 이용한 lazycolumn 사용 #38

Description

@vvan2

💡 이슈

  • LazyColumn 의 item을 서버에서부터 받아올 때 어떤 방식으로 Paging을 써서 효율적으로 로드할 수 있을까?

❓ 이유

  • Paging 라이브러리는 데이터를 점진적으로 로드하기 위한 구조화된 접근 방식으로
  • 데이터 캐싱, 효율적인 메모리 사용을 처리한다고 합니다. recyclerview와 유사한 동작을 하는 LazyColumn(Row) 에서 어떤 방식으로 사용할 수 있을까해서 찾아와 봤습니다.
  • (추가로 해당 라이브러리를 사용해 보신 분이 계신지.)

📖 관련 페이지

  • p.283

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions