polbins

Results 3 comments of polbins

I experienced the same problem with a dynamic header, and upon searching I found this issue and also this [answer from StackOverflow](https://stackoverflow.com/questions/52607372/rxdatasources-not-updating-section-header-title). What I noticed is that on `decideViewTransition`, the...

Hey @alisonthemonster, are you open to migrating the project to Jetpack Compose, then build the animations afterwards? I heard that animations are way easier in compose and it "might" be...

The [migration code lab](https://developer.android.com/codelabs/jetpack-compose-migration#1) lists down 3 strategies: 1. Compose in new screens 2. Compose and Views together 3. Complete migration (migrate whole fragments or screens, one at a time)...