#android-studio
Read more stories on Hashnode
Articles with this tag
Okay, I'm not going to waste any time defining what Compose is, as I think everyone is familiar with it. The question is, why this blog instead of...
local holds what’s closest to you, secure and within reach · First of all, Room is not a database; the actual database here is SQLite. Room is a library...
Google has officially launched the Android 16 Developer Preview, introducing a host of new features and improvements aimed at enhancing performance,...
Before we dive in, be sure to check out my previous post on basic screen navigation in Jetpack Compose! Now, let’s explore how to pass data between...
Before diving into ViewModel, it's essential to understand the Android Activity Lifecycle. Every time the state of the screen changes, like when you...