2020-09-01から1ヶ月間の記事一覧

ViewPager2へのMigrationでNested scrollが効かない

ViewPager2にMigrateした際、NestedScrollが効かなくなっていたためその対応。 MigrationについてのDocumentは以下。 Migrate from ViewPager to ViewPager2 | Android Developers

Kotlin Coroutines Flowのcombine()とResult型の組み合わせ

Kotlin CoroutinesのFlowを使っていて複数のFlowをまとめるcombine 関数と Result型の組み合わせで躓いたメモ。 環境 Kotlin Coroutines: 1.3.7 combine関数について -> Asynchronous Flow - Kotlin Programming Language Result型について -> Result - Kotl…