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

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

Static Public Attributes

static final int COL_WORD = 1
 
static final int COL_MEANING = 2
 
static final int COL_ANSWERED = 3
 
static final int COL_ATTEMPTED = 4
 
static String XMLFileName = "spelling_content.xml"
 

Detailed Description

Constants used in spell template's simulator relating databases.

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

Member Data Documentation

final int org.buildmlearn.toolkit.learnspelling.Constants.COL_ANSWERED = 3
static
final int org.buildmlearn.toolkit.learnspelling.Constants.COL_ATTEMPTED = 4
static
final int org.buildmlearn.toolkit.learnspelling.Constants.COL_MEANING = 2
static
final int org.buildmlearn.toolkit.learnspelling.Constants.COL_WORD = 1
static
String org.buildmlearn.toolkit.learnspelling.Constants.XMLFileName = "spelling_content.xml"
static

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