As an Android developer, we often encounter various image file formats in our projects. SVG […]
LazyHorizontalGrid in Jetpack Compose
Jetpack Compose has revolutionized Android UI development with its declarative approach. One of the powerful […]
Jetpack Compose Scaffold
Scaffold is a fundamental component in Jetpack Compose, providing a layout structure for building app […]
Jetpack Compose Progress Indicator
Progress Indicator is a jetpack compose component that tells the user about the ongoing process […]
Jetpack Compose Card
A card in jetpack compose is a component that displays its content on a raised […]
LazyRow in Jetpack Compose
Displaying data on a list is always been a cumbersome process. In view-based Android development, […]
LazyColumn in Jetpack Compose
Jetpack Compose is making Android app development very easy and interesting for beginners with its […]
Jetpack Compose Modifiers
Modifier in jetpack compose allows us to decorate or augment a composable. It helps in […]
Jetpack Compose Layout
Layouts are essential components for creating UI and jetpack compose already supports some of them. […]
Image in Jetpack Compose
Image is a component that is used to show images in UI. There are currently […]