Thursday, December 15, 2011

What is Android in MOBILE


  1. Android is a software  for mobile devices that includes an operating system, middleware and key applications. 
  2. The Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.

Features

  • Application framework enabling reuse and replacement of components
  • Dalvik virtual machine optimized for mobile devices
  • Integrated browser based on the open source WebKit engine
  • Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the OpenGL ES 1.0 specification (hardware acceleration optional)
  • GSM Telephony (hardware dependent)
  • Bluetooth, EDGE, 3G, and WiFi (hardware dependent)
  • Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE
  • Camera, GPS, compass, and accelerometer (hardware dependent)
  • SQLite for structured data storage
    • it is New Open source RDBMS  datastore mechanism
  • Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF) 
Source :-Web and Developer.andorod

No comments:

Post a Comment