Foreword:

long time no technical stuff,as the plan,I will focus on the mobile dev stuff.I know I don't catch the trend of industry quickly but I will try.finally get some time to see what's Android.

the defined by official website:

What's Android?

Android is a software stack for mobile devices that includes an operating system, middleware and key applications. 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)
  • 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


Stuff about Android_第1张图片

更多相关文章

  1. android 图片背景使用这种方式很爽
  2. android获得圆角图片
  3. Android在Button按钮上同时显示文字和图片
  4. android ViewFlipper实现图片轮播
  5. Android如何使用XML创建一个环形渐变颜色图片
  6. Android 旋转图片
  7. Android 获取网络图片
  8. Android 图片加载缓存
  9. Android 系统图片

随机推荐

  1. Android/iOS内嵌Unity开发示例
  2. android launcher 分析
  3. 【Android自助餐】Handler消息机制完全解
  4. 比較具体的handle机制
  5. Android(安卓)Animation 大全
  6. android初级
  7. Android(安卓)中创建avd和sdcard
  8. adb设备连接以及文件拷贝
  9. Android中的线程机制
  10. Android与HTML JavaScript交互