android学习札记之一

android学习笔记之一
Android开发笔记之一
一、android入门介绍
1、android是什么
   Android一词的本义指“机器人”,同时也是Google于2007年11月5日宣布的基于Linux平台的开源手机操作系统的名称,该平台由操作系统、中间件、用户界面和应用软件组成,号称是首个为移动终端打造的真正开放和完整的移动软件。简单来说是个开源的手机操纵系统。
   Android的主要竞争对手是苹果公司的iOS以及RIM的Blackberry OS。2011年第一季度,Android在全球的市场份额首次超过塞班系统,跃居全球第一。 2011年11月数据,Android占据全球智能手机操作系统市场52.5%的份额,中国市场占有率为58%。
   具体QA参见链接:http://www.eoeandroid.com/thread-51506-1-1.html
   Android百度百科链接:http://baike.baidu.com/view/1241829.htm
2、学习网站链接
  (1)javaeye/iteye论坛:http://www.iteye.com/forums/board/mobile
  (2)eoe-android社区:http://www.eoeandroid.com/portal.php
  (3)google-android网站1:http://developer.android.com/index.html
  (4)google-android网站2:http://www.android.com/
  (5)mar-android教程论坛:http://mars-droid.com/bbs/forum.php
3、开发工具
官方推荐:windows+eclipse+sdk+adt
下载链接如下:
  (1)eclipse:http://www.eclipse.org/downloads/
  (2)sdk:http://developer.android.com/sdk/index.html
  (3)adt:http://developer.android.com/sdk/eclipse-adt.html
Android开发环境搭建详见: http://developer.android.com/sdk/installing.html
二、android应用程序
1、helloworld应用程序
http://developer.android.com/resources/tutorials/hello-world.html
2、helloview应用程序
http://developer.android.com/resources/tutorials/views/index.html