Android入门:Intent入门(1)

一、Intent介绍 如果Android要做什么事件,则肯定与Intent有关;Intent能够做的动作有很多,比如打电话动作、发短信动作、跳转界面动作等; 二、Intent继承结构 java.lang.Object |- android.content.Intent 三、Intent应用 1.打电话 此处实现一个如下界面的程序: 点击拨打按钮后: 步骤1: 在Android-manifest.x
相关文章
相关标签/搜索