Himanshu Gaurhimagaur.hashnode.dev·Dec 17, 2024Day Five of Becoming an Android DeveloperDay 5 of Becoming an Android Developer: Building My First App Interface Hello, fellow developers and enthusiasts! Today marks the 5th day of my Android development journey, and I must say, it has been an exciting ride so far! Compared to the previous...Android
Himanshu Gaurhimagaur.hashnode.dev·Dec 15, 2024Day Three of Becoming an Android DeveloperDay 3: Becoming an Android Developer – Learning with Denis Panjuta Hello, fellow aspiring Android developers! Welcome to Day 3 of my journey into the world of Android development. Today has been nothing short of amazing! I had the privilege of learni...android app development
Himanshu Gaurhimagaur.hashnode.dev·Dec 12, 2024Day One of Becoming an Android DeveloperI’ve officially completed my first day of an Android Development course and feel both excited and motivated! 🚀 It’s been a fantastic start, and I couldn’t wait to share what I’ve learned so far. A Fun Introduction to Android Studio and Emulators The...Android
Alpha Dialloblog.alphaomardiallo.com·Dec 9, 2024Find 20 testers to publish Your Android App on the Play StoreIf you created your Play Console account after November 13th 2023 and it is a “Developer account for personal use”, you are required to proceed to closed testing of your app before it can be published on the Play Store. you must run a closed test fo...PlayConsole
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Dec 2, 2024Introduction 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...1 like·87 readsMastering Jetpack Compose : Zero to OneJetpack Compose
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Dec 2, 2024How to Use Room Database: A Step-by-Step GuideFirst of all, Room is not a database; the actual database here is SQLite. Room is a library in the Jetpack Framework that simplifies tasks and acts as a bridge between SQLite and your code. Why Do We Use ROOM Database? The annotations are simple, re...Android
Roger Colque Calcinablogdevtrip.hashnode.dev·Nov 28, 2024Disabling Screenshots in Android Apps security feature in appIn mobile app development, especially for apps handling sensitive information like banking apps, security is a top priority. One essential feature developers often implement is disabling screenshots, which ensures users cannot capture or share critic...Security in Android App Mobile DevelopmentSecurity
Shreyas Patilblog.shreyaspatil.dev·Nov 19, 2024Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack ComposeHey composers 👋🏻, welcome to this analysis blog! Here, we'll dive into some benchmark analysis on the state propagation approach in Jetpack Compose and try to reach some conclusions. This might be a bit opinionated, but feel free to share your thou...5 likes·2.8K reads#AndroidDevAndroid
Dilip Patelandroidmastery.hashnode.dev·Nov 13, 2024History of AndroidIntroduction The history of Android begins in October 2003 when Android Inc. was founded by Andy Rubin, Rich Miner, Nick Sears, and Chris White in Palo Alto, California. Initially, the company aimed to develop an operating system for digital cameras,...Android BasicsAndroid
Dilip Patelandroidmastery.hashnode.dev·Nov 13, 2024Android IntroductionAndroid is an open-source operating system specifically designed for mobile devices like smartphones and tablets. It is built on the Linux kernel, providing a stable and secure foundation for the operating system. The development of Android is manage...Android BasicsAndroid