Constants used in video collection template's simulator relating databases.
More...
Constants used in video collection template's simulator relating databases.
Created by Anupam (opticod) on 13/5/16.
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:
- source-code/app/src/main/java/org/buildmlearn/toolkit/videocollectiontemplate/Constants.java