Back to project page 2014-Droid-code.
The source code is released under:
GNU General Public License
If you think the Android project 2014-Droid-code listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package cs518.sample.multiactivity; /* w w w.j a va2s. com*/ public class Constants { public static final int REQUEST1 = 1; public static final int REQUEST2 = 2; public static final int REQUEST3 = 3; public static final String KEY1 = "key1"; public static final String KEY2 = "key2"; public static final String KEY3 = "key3"; public static final String KEY4 = "key4"; public static final String RETURN_KEY1 = "retkey1"; public static final String RETURN_KEY2 = "retkey2"; }