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

Constants used in flash card template's simulator relating databases. More...

Static Public Attributes

static final String firstrun = "firstRun"
 
static final int COL_QUESTION = 1
 
static final int COL_ANSWER = 2
 
static final int COL_HINT = 3
 
static final int COL_BASE64 = 4
 
static String XMLFileName = "flash_content.xml"
 

Detailed Description

Constants used in flash card template's simulator relating databases.

Created by Anupam (opticod) on 10/8/16.

Member Data Documentation

final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_ANSWER = 2
static
final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_BASE64 = 4
static
final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_HINT = 3
static
final int org.buildmlearn.toolkit.flashcardtemplate.Constants.COL_QUESTION = 1
static
final String org.buildmlearn.toolkit.flashcardtemplate.Constants.firstrun = "firstRun"
static
String org.buildmlearn.toolkit.flashcardtemplate.Constants.XMLFileName = "flash_content.xml"
static

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