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
Bharat Dev Burmanblog.crazo7924.is-a.dev·Oct 11, 2024My Journey with AndroidMy journey began with getting my first smartphone back in 2015. It was a Xiaomi Redmi 2 and had its bootloader already unlocked. This was very enticing as it opened some doors for me to experiment with that device. Then I found XDA developers – a for...Discuss·6 likesjourney
Faraz Sheikhitsfrz.hashnode.dev·Aug 14, 2024Android Internals 101 : Essential System Services Demystified.Bonjour Droids! Welcome again. Till now, we have discussed essential AOSP concepts, which’ve helped us to set the base of our foundational learning of AOSP development. Today we will look pass through further deep inside AOSP system to make sure that...DiscussAndroid Internals 101aosp
Faraz Sheikhitsfrz.hashnode.dev·Aug 5, 2024Android Internals 101 : AOSP Directory StructureHello Droids! Welcome back to the ongoing series of Android Internals 101 with me. Today’s blog is quite interesting though, which actually will help us to traverse on the AOSP folder structure.By the end of these blog we will make sure to have all t...Discuss·54 readsAndroid Internals 101aosp
Faraz Sheikhitsfrz.hashnode.dev·Aug 1, 2024Android Internals 101 : Android Framework Build SystemHello Droids! Welcome back again in the exciting journey of AOSP internals with me. Today we will try to dig up in the AOSP build process and uncover some interesting facts and concepts related to it. About this blog currently we are on 3rd chapter o...Discuss·7 likesAndroid Internals 101Android
Faraz Sheikhitsfrz.hashnode.dev·Jul 30, 2024Android Internals 101 : Android Internal Architecture DemystifiedHello Droids! Welcome back to the continuing multipart series of Android Internals 101. Today we will try to scratch the surface of android architecture framework. We will uncover the tech and the idea behind each layer of android architecture one by...DiscussAndroid Internals 101aosp
Sajal Raj Gautamblog.sajalrg.com·Jul 23, 2024Android BootUp Sequence: Major Milestones1. Power On When the user presses the power button, it loads the bootloader from a predefined location in ROM to RAM and executes it. 2. Bootloader This is a small program that loads before kernel. It primarily loads the kernel and executes it. 3. Li...Discuss·26 readsaosp
Faraz Sheikhitsfrz.hashnode.dev·Jul 10, 2024Android Internals 101 : Android Boot ProcessHello Droids! Welcome to the brand new series of android internals 101. Let’s begin our adventurous trip of android’s internal framework, as we all know android is the worlds most favorite operating system, and it’s designed in way that till this dat...DiscussAndroid Internals 101aosp
Prabhat MauryaforBugStitch.devbugstitch.dev·Jul 7, 2024Understanding AOSP Tags: Platform, Security, CTS, and The Main branch.The AOSP manifest contains various tags like android-platform and android-security, which can be hard for beginners to understand. This article will guide you through most of the tags and their usage. Understanding these branches is crucial for anyon...Discuss·27 readsAndroid