Intent示例

时间:2018-06-29 15:23:33
【文件属性】:
文件名称:Intent示例
文件大小:638KB
文件格式:ZIP
更新时间:2018-06-29 15:23:33
Intent 使用Intent在Activity之间传递数据,启动新的Activity。对应的代码示例。
【文件预览】:
res
----drawable-ldpi()
----values-v11()
--------styles.xml(321B)
----menu()
--------main.xml(413B)
----values-v14()
--------styles.xml(378B)
----drawable-hdpi()
--------ic_launcher.png(7KB)
----drawable-xhdpi()
--------ic_launcher.png(12KB)
----drawable-xxhdpi()
--------ic_launcher.png(24KB)
----values()
--------strings.xml(428B)
--------styles.xml(682B)
--------dimens.xml(213B)
----drawable-mdpi()
--------ic_launcher.png(4KB)
----layout()
--------activity_caller.xml(640B)
--------activity_callee.xml(585B)
----values-w820dp()
--------dimens.xml(373B)
proguard-project.txt
ic_launcher-web.png
.settings
----org.eclipse.jdt.core.prefs(173B)
src
----com()
--------example()
.project
.classpath
project.properties
AndroidManifest.xml
libs
----android-support-v4.jar(613KB)

网友评论