Robinrobinesau.com·an hour agoA Beginner's Guide to Using the Permission Handler Plugin in FlutterThis article provides a brief overview of how to use the permission handler plugin for Flutter. If you want to learn more, I recommend checking the official plugin or this article. What are Permissions? When writing mobile applications, you often wan...DiscussFlutter
Adrian Nugroho Pblog.drianium.com·Nov 20, 2024Pembuatan Struktur Direktori Project & Konfigurasi Perangkat LunakStruktur Direktori Project Struktur direktori dalam proyek penelitian ini dapat dilihat pada diagram pohon di bawah ini. Untuk mempermudah dalam proses pembangunan aplikasi, dibuat beberapa direktori berdasarkan fungsinya. Direktori AndroidProject be...DiscussMaster's Thesis: TerraSyncAugmented Reality
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...Discuss·2 likes·1.5K reads#AndroidDevAndroid
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Nov 18, 2024Unlocking the Power of Firebase Remote Config in Android Kotlin with Clean ArchitectureHello, wonderful devs! I am your app Sensei, and today, we're going on an exciting journey to explore Firebase Remote Config in the context of Android development using Kotlin and the principles of Clean Architecture. Whether you're building your fir...DiscussAndroidAndroid
Akash De Alwiszencode002.hashnode.dev·Nov 17, 2024Kotlin Basics: Input, Save, and Display Data in Android ApplicationsFor simplicity, let's use an EditText field to collect user input and a Button to trigger the save action. XML Layout (activity_main.xml) Kotlin Code (MainActivity.kt) Input Data: The EditText allows users to type their data. Save Data: When the ...DiscussKotlin
Dilip PatelforDilip Patel's AOSP blogaospmastery.hashnode.dev·Nov 15, 2024AOSP Learning PathThe Android Open Source Project (AOSP) is the core of the Android operating system, providing developers with the source code and tools needed to create custom Android experiences. This article introduces AOSP, explaining its role and importance in t...Discussaosp
Dilip PatelforDilip Patel's Android blogandroidmastery.hashnode.dev·Nov 13, 2024Android ArchitectureAOSP, or Android Open Source Project, is an open-source software stack and development platform for mobile devices, led by Google. It provides the foundational code and tools necessary for building Android operating systems, allowing manufacturers an...Discuss·34 readsAndroid BasicsAndroid
Dilip PatelforDilip Patel's Android blogandroidmastery.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,...DiscussAndroid BasicsAndroid
Dilip PatelforDilip Patel's Android blogandroidmastery.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...DiscussAndroid BasicsAndroid
Aditya Dascodingandlearning.hashnode.dev·Nov 11, 2024Mastering Animations in Jetpack Compose: A Comprehensive GuideAnimation brings life to your Android applications, transforming static UIs into dynamic, engaging experiences. In this comprehensive guide, we'll explore the powerful animation capabilities of Jetpack Compose, breaking down different types of animat...Discuss·10 likes·31 readsJetpack Compose