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...30 readsaosp
Nishi Ajmeranishiajmera.hashnode.dev·Jan 1, 2024Exploring Gemini and Android AI CoreWhat is Gemini? Gemini is a series of multimodal generative AI models developed by Google. Multimodal generative AI models are models that combine types of inputs, such as images, videos, audio, and text provided as a prompt. Gemini models can accept...30 readsAI
Abi Farhanabifarhan.hashnode.dev·May 21, 2023Smart Way to Understand Android Theory: Android Core (Part 1)1. What is the Application? The Application class in Android holds significant importance in the development of an Android application. It acts as a foundational component that orchestrates the functioning of other crucial elements within the app, in...27 readsMobile Development