MAD UNIT 1 TEST - 26 - 01 - 25 (Modal Answer)
MAD UNIT 1 TEST - 26 - 01 - 25 (Modal Answer)
Multi-tasking
Android allows multiple apps and services to run simultaneously in the background.
Provides the flexibility for users to use several apps at once without interruption.
Connectivity
Android provides extensive connectivity options, supporting:
WiFi, Bluetooth, Hotspot
CDMA, GSM
NFC, VOLTE, UBB
VPN, 3G, and 4G Network Bands
(Any other can be considered)
Application Framework
Provides the necessary classes and services to create Android applications.
Offers a generic abstraction for hardware access, managing the user interface, and
handling application resources.
Key services include telephony service, location services, notification manager, NFC
service, and view system for application development.
Android Runtime
An essential part of Android architecture, containing components like core libraries and
the Dalvik Virtual Machine (DVM).
Powers Android applications by providing the underlying engine, libraries, and tools
needed to run apps.
Dalvik Virtual Machine (DVM): A register-based virtual machine optimized for Android,
relying on the Linux kernel for threading and memory management.
Core libraries enable the development of Android applications using standard Java
programming language.
Platform Libraries
Includes core C/C++ libraries and Java-based libraries to support Android development.
Libraries include:
Media Library: Supports playing and recording audio/video formats.
Surface Manager: Manages display.
SGL and OpenGL Graphics: Supports 2D and 3D graphics.
SQLite: Provides database support.
FreeType: Supports fonts.
WebKit: Supports web browsing.
SSL: Ensures internet security.
Linux Kernel
The lowest layer and the heart of the Android architecture.
Manages device drivers, power management, memory management, and device
management.
Provides an abstraction layer between the hardware and the rest of the system stack.
Manages drivers for essential hardware components like display, camera, Bluetooth,
audio, and memory.
With Regards
Darshan Khapekar
Team V2V