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.data.SpellContract.Spellings Class Reference
Inheritance diagram for org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings:
Collaboration graph
[legend]

Static Public Attributes

static final String TABLE_NAME = "spellings"
 
static final String WORD = "word"
 
static final String MEANING = "meaning"
 
static final String ANSWERED = "answered"
 
static final String ATTEMPTED = "attempted"
 

Member Data Documentation

final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ANSWERED = "answered"
static
final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.ATTEMPTED = "attempted"
static
final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.MEANING = "meaning"
static
final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.TABLE_NAME = "spellings"
static
final String org.buildmlearn.toolkit.learnspelling.data.SpellContract.Spellings.WORD = "word"
static

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