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

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

Static Public Attributes

static final String XMLFileName = "flash_content.xml"
 
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
 

Detailed Description

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

Created by Anupam (opticod) on 7/7/16.

Member Data Documentation

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

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