#android
Read more stories on Hashnode
Articles with this tag
Zero to One ( 03 ) · In Jetpack Compose, there are three basic Composables: Row, Column, and Box. With these, we can create any layout format we...
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...
In mobile app development, it’s rare to have an application with just a single screen. As our apps grow, so does the need for effective navigation...