WEB开发网
开发学院手机开发Android 开发 Android教程(2.1) Activity的详细讲解 阅读

Android教程(2.1) Activity的详细讲解

 2010-07-26 12:46:00 来源:WEB开发网   
核心提示:< action android:value="android.intent.action.EDIT" />< action android:value="android.intent.action.PICK" />< category androi

< action android:value="android.intent.action.EDIT" />

< action android:value="android.intent.action.PICK" />

< category android:name="android.intent.category.DEFAULT" />

< data android:mimeType="vnd.android.cursor.dir/vnd.google.note" />

< /intent-filter>

< intent-filter>

  1.   <action android:name="android.intent.action.VIEW" /> 
  2.   <action android:value="android.intent.action.EDIT" /> 
  3.   <action android:value="android.intent.action.PICK" /> 
  4.   <category android:name="android.intent.category.DEFAULT" /> 
  5.   <data android:mimeType="vnd.android.cursor.dir/vnd.google.note" />
android:mimetype="vnd.android.cursor.dir/vnd.google.note">

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

Tags:Android 教程 Activity

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