Tag: Kotlin
All the articles with the tag "Kotlin".
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.
Modern libraries to build Android application
Published:Β atΒ 09:00 AM (5 min read)Highlight key libraries in mordern Android application developement to boost up the peformance and quality of your applications.
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.