---
title: "Enlist key features of Android"  
description: "Enlist key features of Android"  
author: "Anonymous User"  
published: 2015-12-21  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/22950/enlist-key-features-of-android  
category: "android"  
tags: ["android"]  
reading_time: 2 minutes  

---

# Enlist key features of Android

1. Application framework enabling reuse and replacement of components2. Dalvik virtual machine optimized for mobile devices3. Integrated browser based on the open source WebKit engine4. Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the OpenGL ES 1.0 specification (hardware acceleration optional)5. SQLite for structured data storage6. Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)7. GSM Telephony (hardware dependent)8. Bluetooth, EDGE, 3G,4G and WiFi (hardware dependent)9. Camera, GPS, compass, and accelerometer (hardware dependent)10. Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE.

## Answers

### Answer by Anonymous User

1. Application framework enabling reuse and replacement of components2. Dalvik virtual machine optimized for mobile devices3. Integrated browser based on the open source WebKit engine4. Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the OpenGL ES 1.0 specification (hardware acceleration optional)5. SQLite for structured data storage6. Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)7. GSM Telephony (hardware dependent)8. Bluetooth, EDGE, 3G,4G and WiFi (hardware dependent)9. Camera, GPS, compass, and accelerometer (hardware dependent)10. Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE.


---

Original Source: https://www.mindstick.com/interview/22950/enlist-key-features-of-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
