https://kotlinlang.org logo
t

Tony Kazanjian

02/26/2021, 5:29 PM
Is there anything like
viewPager
in compose beta, or should we still go for interoperability for something like that for now?
s

Samir Basnet

02/26/2021, 5:48 PM
There is no direct viewpager component but you can easily make one. I recommend you try study compose sample apps like Jetnews etc . I am sure there must be an implementation of it
s

sindrenm

02/26/2021, 6:30 PM
I'd follow this one. A good view pager isn't necessarily an easy thing to make. https://github.com/chrisbanes/accompanist/pull/209
2
👍 1
s

Samir Basnet

02/27/2021, 8:01 AM
I meant easy in regards to complexity of view system
4 Views