Back to project page oidarSample.
The source code is released under:
GNU General Public License
If you think the Android project oidarSample 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 com.oidar.util; //from ww w .j a va 2 s. c om /** * Class with constants. */ public class Constants { public static final boolean DEBUG = false; /** * Default value for application version. */ public static final String NO_VERSION = "-1"; /** * Bundle constants */ public static final String BUNDLE_EXERCISE_ITEM = "bundle_exercise_item"; public static final String SETTINGS_BACKUP_NAME = "settings"; public static final String WORKOUTS_BACKUP_NAME = "workouts"; }