Chinaunix首页 | 论坛 | 博客
  • 博客访问: 222610
  • 博文数量: 34
  • 博客积分: 741
  • 博客等级: 上士
  • 技术积分: 606
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-08 09:54
文章分类

全部博文(34)

文章存档

2016年(1)

2015年(1)

2014年(1)

2013年(1)

2012年(30)

分类: Android平台

2014-08-01 10:47:22

译自:http://developer.android.com/guide/index.html # Introduction to Android

初识Android

android提供了一个强大的app framework以供用java写出各种优秀的程序和游戏。

android提供了丰富的组件以来编写app

app由各种组件组合而成,比如,一个单独的activity就是一个用户界面,一个单独的Service可以提供后台服务。

一个组件又可以通过intent调用其他(程序)的组件

From one component you can start another component using an intent. You can even start a component in a different app, such an activity in a maps app to show an address. This model provides multiple entry points for a single app and allows any app to behave as a user's "default" for an action that other apps may invoke.


阅读(676) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~