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

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

Static Public Attributes

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

Detailed Description

Constants used in spell template's app relating databases.

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

Member Data Documentation

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

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