0% found this document useful (0 votes)
8 views2 pages

Android Module1 Short Notes

Android is an open-source, Linux-based mobile operating system developed by Android Inc. and acquired by Google, with its first version released in 2008. It supports app development primarily using Java and features a structured stack including the Linux kernel, libraries, and application framework. Key components include activities, services, and a configuration file known as the Android Manifest, which outlines app details and permissions.

Uploaded by

adithadith174
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Android Module1 Short Notes

Android is an open-source, Linux-based mobile operating system developed by Android Inc. and acquired by Google, with its first version released in 2008. It supports app development primarily using Java and features a structured stack including the Linux kernel, libraries, and application framework. Key components include activities, services, and a configuration file known as the Android Manifest, which outlines app details and permissions.

Uploaded by

adithadith174
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Introduction

Android is an open-source, Linux-based operating system for mobile devices. It supports app
development using Java and provides a unified platform.

History

Developed by Android Inc. (2003), acquired by Google (2005). First version released in 2008.

Features

UI, Connectivity (Wi-Fi, Bluetooth), SQLite storage, Media support, Multi-tasking, Multi-touch.

Android Stack

1. Linux Kernel 2. Libraries 3. Android Runtime (ART) 4. Application Framework 5. Applications

Runtime

Dalvik (JIT) replaced by ART (AOT) for faster performance.

Application Components

Activities, Services, Broadcast Receivers, Content Providers, Intents.

Activity Lifecycle

onCreate(), onStart(), onResume(), onPause(), onStop(), onDestroy(), onRestart().

Android UI

UI is defined using XML layouts. Views and ViewGroups are building blocks.

Android Manifest

Configuration file that defines components, permissions, and app details.

Android Packages
[Link], [Link], [Link], [Link], [Link] etc.

You might also like