#kotlin
Read more stories on Hashnode
Articles with this tag
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...
Hi Developers, let's talk about "Boolean blindness" and why you should avoid using boolean to manage states in your application. If I come up to you...
Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app....