Sergio Sastre Florezsergiosastre.hashnode.dev·Dec 17, 2024Back to the Future: Compose Previewing Your XML-Based Views!Jetpack Compose has transformed Android UI development with its declarative approach, making UI code simpler to write. One of its standout features is Compose Previews, which allows developers to instantly view how Composable functions will look on a...1 like·76 readsandroid app development
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 16, 2024Day Four of Becoming an Android DeveloperDay 4: Becoming an Android Developer – Mastering Lists and Objects with Kotlin It's Day 4 of my journey to becoming an Android developer, and I’m thrilled to share what I’ve learned! Today was a big leap in understanding the core concepts of Kotlin, ...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 15, 2024Day Two of Becoming an Android DeveloperLeveling Up: My Second Day as an Aspiring Android Developer with Denis Panjuta It’s officially Day 2 of my Android development learning journey, and I am excited to share my experience so far. The course, led by the fantastic instructor Denis Panjuta...Android
Sharon Maisharon-mai.hashnode.dev·Dec 14, 2024【2024】Android Hilt 安裝指南:使用 Kotlin DSL 和 Version Catalog 的現代配置本文介紹如何使用現代化方式安裝 Hilt。快速開始,請按照以下步驟執行: 安裝流程 版本資訊 目前已驗證的版本組合: 組件版本備註 AGP8.7 Kotlin1.9.21使用相容 Compose 版本 KSP1.9.21-1.0.15使用對應 Kotlin 版本 Hilt2.48AGP 7.0+ 要求 JDK17AGP 8.0+ 要求 檔案架構圖 app/ ├── src/ │ ├── main/ │ │ ├── java/com/example/app/...Android Dev Guidehilt
Nachiketmy-learnt-tech-stacks.hashnode.dev·Dec 13, 2024Cracking Dual Firebase Setup to Save CostsFirebase is a powerful platform that simplifies app development by offering features like Authentication, Realtime Database, Firestore, and Storage. However, when Firebase Storage became a premium feature, I encountered a significant challenge while ...10 likesFirebase
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