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

Constants used in video collection template's simulator relating databases. More...

Static Public Attributes

static final String[] VIDEO_COLUMNS
 
static final int COL_TITLE = 1
 
static final int COL_DESCRIPTION = 2
 
static final int COL_LINK = 3
 
static final int COL_THUMBNAIL_URL = 4
 
static String XMLFileName = "video_content.xml"
 

Detailed Description

Constants used in video collection template's simulator relating databases.

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

Member Data Documentation

final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_DESCRIPTION = 2
static
final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_LINK = 3
static
final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_THUMBNAIL_URL = 4
static
final int org.buildmlearn.toolkit.videocollectiontemplate.Constants.COL_TITLE = 1
static
final String [] org.buildmlearn.toolkit.videocollectiontemplate.Constants.VIDEO_COLUMNS
static
Initial value:
= {
VideoContract.Videos.TABLE_NAME + "." + VideoContract.Videos._ID,
VideoContract.Videos.TITLE,
VideoContract.Videos.DESCRIPTION,
VideoContract.Videos.LINK,
VideoContract.Videos.THUMBNAIL_URL
}
String org.buildmlearn.toolkit.videocollectiontemplate.Constants.XMLFileName = "video_content.xml"
static

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