139 followers
👨💻 Engineer @Paytm 📱Google Developer Expert for Android ❤️ All things Android & Kotlin 🌐Web Developer ⚙️Open Source Enthusiast
Hey Android-ers 👋🏻, In big Android projects, it is common to divide the app into several modules. This can be done for a variety of reasons, such as...
Hey Kotliners 🙋🏻♂️! When working on front-end applications, it's common to look for ways to simplify state management in your front-end...
Hello Android-ers 🫡, after developing an application, we are mostly invested in improving the performance of the application and finding out the...
Hey Composers 👋🏻, The heart💚 of Jetpack Compose is a State that tells compose when to recompose UI. In the state management with compose, we can...
Hey tech Android🙋🏻♂️, this is an opinionated post about what ViewModels should do and what should not. It's based on recent experiences and seeing...
Hey Kotliners 😁,Kotlin Coroutines is a very powerful library that comes along with a lot of APIs which provide out-of-box functionalities. In this...