Tag: Jetpack Compose
All the articles with the tag "Jetpack Compose".
Understanding Compose Phases and Recomposition
Published:Β atΒ 02:00 PM (3 min read)Go through Compose phases to understand the process of UI rendering with Jetpack Compose.
Pagination with Paging3 library and an alternative approach in Jetpack Compose
Published:Β atΒ 04:00 PM (9 min read)Learn to paginate efficiently in Jetpack Compose with Paging3 library, and explore alternative approaches for boosting up app performance.