Description: Activity jump and operation, Android development of classical case of source code, a good reference.
To Search:
File list (Check if you may need any files):
.classpath
.project
AndroidManifest.xml
assets
bin
...\classes.dex
...\com
...\...\openother
...\...\.........\MainActivity.class
...\...\.........\OtherActivity.class
...\...\.........\R$attr.class
...\...\.........\R$drawable.class
...\...\.........\R$id.class
...\...\.........\R$layout.class
...\...\.........\R$string.class
...\...\.........\R.class
...\OpenOtherActivity.apk
...\resources.ap_
default.properties
gen
...\com
...\...\openother
...\...\.........\R.java
proguard.cfg
res
...\drawable-hdpi
...\.............\icon.png
...\drawable-ldpi
...\.............\icon.png
...\drawable-mdpi
...\.............\icon.png
...\layout
...\......\main.xml
...\values
...\......\strings.xml
src
...\com
...\...\openother
...\...\.........\MainActivity.java
...\...\.........\OtherActivity.java