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.infotemplate.Constants Class Reference

Constants used in info template's simulator relating databases. More...

Static Public Attributes

static final String[] INFO_COLUMNS
 
static final int COL_ID = 0
 
static final int COL_TITLE = 1
 
static final int COL_DESCRIPTION = 2
 
static final String firstrun = "firstRun"
 
static String XMLFileName = "info_content.xml"
 

Detailed Description

Constants used in info template's simulator relating databases.

Created by Anupam (opticod) on 20/6/16.

Member Data Documentation

final int org.buildmlearn.toolkit.infotemplate.Constants.COL_DESCRIPTION = 2
static
final int org.buildmlearn.toolkit.infotemplate.Constants.COL_ID = 0
static
final int org.buildmlearn.toolkit.infotemplate.Constants.COL_TITLE = 1
static
final String org.buildmlearn.toolkit.infotemplate.Constants.firstrun = "firstRun"
static
final String [] org.buildmlearn.toolkit.infotemplate.Constants.INFO_COLUMNS
static
Initial value:
= {
InfoContract.Info.TABLE_NAME + "." + InfoContract.Info._ID,
InfoContract.Info.TITLE,
InfoContract.Info.DESCRIPTION
}
String org.buildmlearn.toolkit.infotemplate.Constants.XMLFileName = "info_content.xml"
static

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