Back to project page MyTwitter-Android.
The source code is released under:
Apache License
If you think the Android project MyTwitter-Android 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 org.fukata.android.mytw; /*from w ww . j a va2s . c om*/ public enum MyTwitterApp { ; static final int RS_CODE_UPDATE_STATUS = 1; static final int RS_CODE_RECONFIG = 2; static final String INTENT_EXTRA_SELECTION = "selection"; static final int INTENT_EXTRA_SELECTION_HEAD = 1; static final int INTENT_EXTRA_SELECTION_END = 2; }