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

Static Public Attributes

static final String TABLE_NAME = "videos"
 
static final String TITLE = "title"
 
static final String DESCRIPTION = "description"
 
static final String LINK = "link"
 
static final String THUMBNAIL_URL = "thumbnail_url"
 

Member Data Documentation

final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.DESCRIPTION = "description"
static
final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.LINK = "link"
static
final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TABLE_NAME = "videos"
static
final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.THUMBNAIL_URL = "thumbnail_url"
static
final String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoContract.Videos.TITLE = "title"
static

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