. Android Developers Blog: jetPack Compose
Showing posts with label jetPack Compose. Show all posts
Showing posts with label jetPack Compose. Show all posts

Monday, 3 July 2023

JetPack Compose: Basic TextView Sample in JetPack Compose

 Hi All,     This is the very basic Text View Sample Jetpack compose.  1. Text Color: Change the text color using color parameter @Composable fun ColorText() { Text("Text in Red Color", color = Color.Red , modifier = Modifier .padding(8.dp) // margin .padding(8.dp) // padding ) } 2. Text Size:...

Thursday, 23 September 2021

Android Jetpack Compose- An easy way to RecyclerView | How to create a RecyclerView in Jetpack Compose | LazyColumn-JetPack Compose

 Hello Friends,        Today I am going to share a my another JetPack Compose tutorial.Here I am going to share you the creation of listview/recyclerview using Compose.Creating a listview/recyclerview in Compose:                                            Creating a listview/recyclerview in Compose is easy.No...

 

Copyright @ 2013 Android Developers Blog.