Back to project page WhatsUp.
The source code is released under:
GNU General Public License
If you think the Android project WhatsUp 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 nu.placebo.whatsup.constants; //from w w w . j av a 2 s . c o m public class Constants { public static final int ALLOWED_CONCURRENT_CALLS = 2; public static final String API_URL = "http://whatsup.placebo.nu/api/"; public static final int ACTIVITY_FINISHED_OK = 200; public static final int ACTIVITY_INTERRUPTED = 417; public static final int REFERENCE_POINT = 603; public static final int ANNOTATION = 606; public static final int LOG_IN = 609; public static final String PREFERENCES_FILE = "preferences"; }