Jetpack Compose tutorial for Android
Text in Jetpack Compose
Hello Developers, Welcome to Techpass Master. In this tutorial, We are going to learn, How to Add a Simple Text...
Bold Italic Underline in Jetpack Compose
Welcome to Jetpack Compose tutorials . In this tutorial, We are going to learn How to do Bold Italic Underline...
Underline Text in Jetpack Compose
Hello Developers, Welcome to Jetpack Compose tutorials . In this tutorial, We are going to learn How to Underline Text...
Clickable Text in Jetpack Compose
Hello Developers, Welcome to Jetpack Compose tutorials . In this tutorial, We are going to learn Clickable Text in Jetpack...
Text Padding in Jetpack Compose
Hello Developers, Welcome to Jetpack Compose tutorials . In this tutorial, We are going to learn How to give Text...
Shapes in Jetpack Compose
Jetpack Compose is a modern UI toolkit for building Android apps using a declarative approach. Shape in Jetpack Compose one...
Load Image from URL with Shimmer Effect in Jetpack Compose
In this post, you will learn how to Load Image from URL with Shimmer Effect in Jetpack Compose with Kotlin in...
ListView in Jetpack Compose using Android Studio
To create a list in Jetpack Compose, you will use the LazyColumn component. This component is designed for efficient rendering...