Verify (ft sha256, checksum)after connecting to the server I tried to list all the files and folders in the directory then as per the info given I ran sha256sum I found all the checksum along with the file and all I wanted to do is to decrypt the exact file so I used pipe opera...Jan 9, 2026·1 min read
Exploring How Composables and Recompositions Work : Zero to One ( 02 )Composables In Jetpack Compose, a Composable is a fundamental building block used to define UI components in a declarative way. It’s a special type of function that can be annotated with the @Composable annotation. Composables describe how the UI sho...Dec 2, 2024·2 min read
Introduction to Jetpack Compose : Zero to One ( 01 )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 Google's official documentation? As a beginner, I found Google's docs very difficult to understand. The...Dec 2, 2024·3 min read
How to Use Room Database: A Step-by-Step Guidelocal holds what’s closest to you, secure and within reachDec 2, 2024·2 min read
Android 16 Features: The Ultimate GuideGoogle has officially launched the Android 16 Developer Preview, introducing a host of new features and improvements aimed at enhancing performance, customization, and privacy. Here’s a quick rundown of what’s new and the release timeline. The Androi...Nov 20, 2024·1 min read
Passing Data with Serializable: Navigation with Arguments in Jetpack Compose 🚀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 screens using Serializable. Suppose we want to input data in Screen A (like a name and age) and retrie...Nov 5, 2024·2 min read