`
jessie_java
  • 浏览: 58070 次
  • 性别: Icon_minigender_2
  • 来自: 苏州
社区版块
存档分类
最新评论

[helloAndroid 读书笔记] key concepts

阅读更多

chapter 2.3

A few objects are defined in the Android SDK that every developer needs
to be familiar with. The most important ones are activities, intents,
services
, and content providers.

 

Activities
An activity is a user interface screen . Applications can define one or
more activities to handle different phases of the program.

 

Intents
An intent is a mechanism for describing a specific action, such as “pick
a photo,” “phone home,” or “open the pod bay doors.” In Android, just
about everything goes through intents, so you have plenty of opportunities
to replace or reuse components.

 

Services

 

Content Providers

 

3.4

there is error when edit main.xml?

adugment of the layout: the size of button,the position of the button

 

debug:

HOW install doc and source code for the SDK

how to  upgrade to AD2.2?

如何快速查找doc?

abd的使用:sdk/tools,通过cmd窗口运行,例如上传一个文件:

adb push a.mp4 /data

 

chapter5

Min SDK Version: 8 ??

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics