Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Static Public Attributes | List of all members
org.buildmlearn.infotemplate.Constants Class Reference

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

Static Public Attributes

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

Detailed Description

Constants used in info template's simulator relating databases.

Created by Anupam (opticod) on 13/5/16.

Member Data Documentation

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

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