FoKE-Developers / FourCutTogether

같이네컷: 오픈소스 즉석 사진 프로젝트
https://4cuts.store
3 stars 3 forks source link

Screen별 ViewModel 생성 & 적용 #46

Closed DokySp closed 1 month ago

DokySp commented 1 month ago
DokySp commented 1 month ago

Compose Preview는 기본적으로 ViewModel을 지원하지 않는다.

This preview uses a ViewModel. ViewModels often trigger operations not supported by Compose Preview, such as database access, I/O operations, or network requests. You can read more about preview limitations in our external documentation.

해결방법

  1. viewModel 을 사용하는 View를 별도의 함수로 분리하고 모든 인자를 파라미터로 받도록 하여 preview에 추가
  2. preview를 포기