Is there any example of custom State combine with...
# compose
s
Is there any example of custom State combine with
remember*State
( for example
rememberPagerState
) which is served from ViewModel and handle the process recreation with
SavedStateHandle
?
👀 1