Android (smartphone): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
(adding Eduzendium notice)
imported>Surya D. Bhattacharyya
(More Android overview)
Line 1: Line 1:
{{EZarticle-open}}
{{EZarticle-open}}


'''Android''' is the name of an [[Open_source|Open source]] [[Google]] software project for [[Smartphone|Smartphones]] referred to as "An Open Handset Alliance Project".  It includes an operating system, middleware, and critical applications.  
'''Android''' is the name of an [[Open_source|Open source]] [[Google]] software project for [[Smartphone|Smartphones]] referred to as "An Open Handset Alliance Project".  It includes an operating system, middleware, and critical applications. Android was built from the ground-up to enable developers to create compelling mobile applications that take full advantage of all a handset has to offer. It is built to be truly open. For example, an application could call upon any of the phone's core functionality such as making calls, sending text messages, or using the camera, allowing developers to create richer and more cohesive experiences for users. Android is built on the open Linux Kernel. Furthermore, it utilizes a custom virtual machine that has been designed to optimize memory and hardware resources in a mobile environment. Android will be open source; it can be liberally extended to incorporate new cutting edge technologies as they emerge. The platform will continue to evolve as the developer community works together to build innovative mobile applications.  


==Features==
==Features==
Line 20: Line 20:
==References==
==References==
<ref name="What is Android?/">{{Cite web|url=http://code.google.com/android/what-is-android.html|title=What is Android?|accessdate=2008-07-24}}</ref>
<ref name="What is Android?/">{{Cite web|url=http://code.google.com/android/what-is-android.html|title=What is Android?|accessdate=2008-07-24}}</ref>
<ref name="Open/">{{Cite web|url=http://www.openhandsetalliance.com/android_overview.html|title=Openess of Android|accessdate=2008-08-05}}</ref>
<references/>
<references/>

Revision as of 13:02, 5 August 2008

Nuvola apps kbounce green.png
Nuvola apps kbounce green.png
This article is currently being developed as part of an Eduzendium student project. One of the goals of the course is to provide students with insider experience in collaborative educational projects, and so you are warmly invited to join in here, or to leave comments on the discussion page. However, please refrain from removing this notice.
Besides, many other Eduzendium articles welcome your collaboration!



Android is the name of an Open source Google software project for Smartphones referred to as "An Open Handset Alliance Project". It includes an operating system, middleware, and critical applications. Android was built from the ground-up to enable developers to create compelling mobile applications that take full advantage of all a handset has to offer. It is built to be truly open. For example, an application could call upon any of the phone's core functionality such as making calls, sending text messages, or using the camera, allowing developers to create richer and more cohesive experiences for users. Android is built on the open Linux Kernel. Furthermore, it utilizes a custom virtual machine that has been designed to optimize memory and hardware resources in a mobile environment. Android will be open source; it can be liberally extended to incorporate new cutting edge technologies as they emerge. The platform will continue to evolve as the developer community works together to build innovative mobile applications.

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)
  • SQLite for structured data storage
  • Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)
  • GSM Telephony (hardware dependent)
  • Bluetooth, EDGE, 3G, and WiFi (hardware dependent)
  • Camera, GPS, compass, and accelerometer (hardware dependent)
  • Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE

Developing Applications

Applications for Android can be developed using a Java-based Android SDK.

References

[1]

[2]

  1. What is Android?. Retrieved on 2008-07-24.
  2. Openess of Android. Retrieved on 2008-08-05.