WEB开发网
开发学院手机开发Android 开发 Android 中的 Intent 详细讲解 阅读

Android 中的 Intent 详细讲解

 2010-04-13 01:52:00 来源:WEB开发网   
核心提示:android:value="vnd.android.cursor.item/vnd.google.note">android:label="@string/resolve_edit">android:value="android.intent.category.DEF

android:value="vnd.android.cursor.item/vnd.google.note">

android:label="@string/resolve_edit">

android:value="android.intent.category.DEFAULT">

android:value="vnd.android.cursor.item/vnd.google.note">

android:value="android.intent.category.DEFAULT">

android:value="vnd.android.cursor.dir/vnd.google.note">

android:label="@string/resolve_title">

android:value="android.intent.category.DEFAULT">

android:value="android.intent.category.ALTERNATIVE">

android:value="android.intent.category.SELECTED_ALTERNATIVE">

android:value="vnd.android.cursor.item/vnd.google.note">

例子中的第一个Activity是 com.google.android.notepad.NotesList,它是应用的主入口,提供了三个功能,分别由三个 intent-filter进行描述:

1、第一个是进入便笺应用的顶级入口(action为android.app.action.MAIN)。类型为 android.app.category.LAUNCHER表明这个Activity将在Launcher中列出。

2、第二个是,当type为vnd.android.cursor.dir/vnd.google.note(保存便笺记录的目录)时,可以查看可用的便笺(action为android.app.action.VIEW),或者让用户选择一个便笺并返回给调用者(action为

上一页  1 2 3 4 5 6 7 8  下一页

Tags:Android Intent 详细

编辑录入:coldstar [复制链接] [打 印]
赞助商链接