#kotlin
Read more stories on Hashnode
Articles with this tag
Introduction When building apps with long lists of data, the Jetpack Paging Library is often the go-to solution. However, it can be overkill for...
Learn how to create a stunning parallax movie pager in Jetpack Compose with this easy-to-follow tutorial. · Introduction Parallax animations can make any...
Master the integration of Google Maps in Jetpack Compose to build Android apps with interactive maps. · Background Integrating Google Maps into your...
ExoPlayer, coupled with the capabilities of Media3, offers a robust solution for playing multimedia content in Android applications. We’ll go through...
Resize TextField and make it Responsive to fit perfectly within its bounds. · Do you know how to make TextField responsive to fit content...
Exploring text on Canvas using drawText API in Jetpack Compose · Before Compose 1.3.0, there was no drawText(). We couldn’t draw text directly on the...