BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Static Public Attributes | List of all members
org.buildmlearn.toolkit.constant.Constants Class Reference

Constants related project directories, preferences and keys. More...

Static Public Attributes

static final String BUILD_M_LEARN_PATH = "/BuildmLearn/"
 
static final String UNZIP = BUILD_M_LEARN_PATH + "unzipped/"
 
static final String APK_DIR = BUILD_M_LEARN_PATH + "apk/"
 
static final String SAVED_DIR = BUILD_M_LEARN_PATH + "saved/"
 
static final String DRAFT_DIR = BUILD_M_LEARN_PATH + "draft/"
 
static final String TEMPLATE_ID = "TEMPLATE_ID"
 
static final String TEMPLATE_OBJECT = "TEMPLATE_OBJECT"
 
static final String SIMULATOR_FILE_PATH = "SIMULATOR_FILE_PATH"
 
static final String PROJECT_FILE_PATH = "PROJECT_FILE_PATH"
 
static final String START_ACTIVITY = "START_ACTIVITY"
 
static final String START_FRAGMENT = "START_FRAGMENT"
 

Detailed Description

Constants related project directories, preferences and keys.

Created by Abhishek on 21/04/15.

Member Data Documentation

final String org.buildmlearn.toolkit.constant.Constants.APK_DIR = BUILD_M_LEARN_PATH + "apk/"
static
final String org.buildmlearn.toolkit.constant.Constants.BUILD_M_LEARN_PATH = "/BuildmLearn/"
static
final String org.buildmlearn.toolkit.constant.Constants.DRAFT_DIR = BUILD_M_LEARN_PATH + "draft/"
static
final String org.buildmlearn.toolkit.constant.Constants.PROJECT_FILE_PATH = "PROJECT_FILE_PATH"
static
final String org.buildmlearn.toolkit.constant.Constants.SAVED_DIR = BUILD_M_LEARN_PATH + "saved/"
static
final String org.buildmlearn.toolkit.constant.Constants.SIMULATOR_FILE_PATH = "SIMULATOR_FILE_PATH"
static
final String org.buildmlearn.toolkit.constant.Constants.START_ACTIVITY = "START_ACTIVITY"
static
final String org.buildmlearn.toolkit.constant.Constants.START_FRAGMENT = "START_FRAGMENT"
static
final String org.buildmlearn.toolkit.constant.Constants.TEMPLATE_ID = "TEMPLATE_ID"
static
final String org.buildmlearn.toolkit.constant.Constants.TEMPLATE_OBJECT = "TEMPLATE_OBJECT"
static
final String org.buildmlearn.toolkit.constant.Constants.UNZIP = BUILD_M_LEARN_PATH + "unzipped/"
static

The documentation for this class was generated from the following file: