© 2023 Hashnode
#jetpack
Jetpack Compose is a newer way to create the look and feel of an app on an Android device. It can make the process of building the user interface easier and more efficient for developers. Some reasons…
I recently came across a challenge when I was making an app completely using Jetpack Compose, if you haven't heard about it check it out. I needed a Search View, but there was no out-of-the-box soluti…
Let us build it step by step 😋 First thing first. See, what we'll be building! https://youtu.be/lQJ2SMbqq7o Okay, so as we can see this kind of UI is not provided out of the box in jetpack compose …
JetPack Compose 1.2.0 was released this month (October 2022) with several new features and enhancements. JetPack Compose 1.2 is the most powerful update yet to the new modern Android UI toolkit. It of…
Recently I took part in Android Learn and Inspire Series and there I came across the Pathways the Google Relations team has developed to understand Jetpack Compose better. I went through them and here…