Jetpack Compose - Part 4
In this article will learn about few more UI components which are widely used in Android app development.
Search Bar
To implement a search bar in the app UI, we can use Material component "Text Field".
Inside the composable function implement basic T...
sandhyabhat.hashnode.dev3 min read