#android
Read more stories on Hashnode
Articles with this tag
Many developers know how to survive screen rotations using ViewModel or rememberSaveable, but the bigger questions remain: Why does state get lost in...
Forget the Formalities ! There's no introduction for this blogpost 😅 (or maybe I have a blank page syndrome). Let's try debunking some myths around...
As developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system resources...
When you are working on an application interacting with a backend, you will surely need to know if all your requests are executed correctly, in case...
Sometimes in our code, we want to use something only in a certain scope, without which it won’t work properly. We can use context receivers to express...
States are one of the most important concepts in Jetpack Compose, knowing how to use them is an asset for anyone who wants to use this tool. In this...