Back to project page NewAndroidTwitter.
The source code is released under:
Apache License
If you think the Android project NewAndroidTwitter 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 net.londatiga.android.twitter.util; //from ww w. j a va2s . c o m /** * Constants. * * @author Lorensius W. L. T <lorenz@londatiga.net> * */ public class Cons { public static final String TAG = "AndroidTwitter"; public static final String API_VERIFY_CREDENTIAL_URL = "https://api.twitter.com/1.1/account/verify_credentials.json"; public static final boolean ENABLE_DEBUG = true; }