您的位置:首页 > 理论基础 > 计算机网络

中间人攻击(三)HTTPS实战应用

2013-10-31 16:46 996 查看
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 ??
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: