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.
|
Enum for the templates that are included into toolkit application. More...
Public Member Functions | |
Template (@StringRes int title,@StringRes int description,@DrawableRes int image,@StringRes int type, Class<?extends TemplateInterface > templateClass,@StringRes int assetsName) | |
int | getImage () |
int | getTitle () |
int | getDescription () |
Class<?extends TemplateInterface > | getTemplateClass () |
int | getType () |
int | getAssetsName () |
Public Attributes | |
BASIC_M_LEARNING =(R.string.basic_m_learning_title, R.string.basic_m_learning_description, R.drawable.info_template, R.string.info_template, InfoTemplate.class, R.string.info_assets_name) | |
LEARN_SPELLING =(R.string.learn_spellings_title, R.string.learn_spellings_description, R.drawable.spelling, R.string.spelling_type, LearnSpellingTemplate.class, R.string.spelling_assets_name) | |
QUIZ =(R.string.quiz_title, R.string.quiz_description, R.drawable.quiz, R.string.quiz_type, QuizTemplate.class, R.string.quiz_assets_name) | |
FLASH_CARD =(R.string.flash_card_title, R.string.flash_card_description, R.drawable.flash, R.string.flash_card_template, FlashTemplate.class, R.string.flash_assets_name) | |
VIDEO_COLLECTION =(R.string.video_collection_title, R.string.video_collection_description, R.drawable.video_collection, R.string.video_collection_template, VideoCollectionTemplate.class, R.string.video_assets_name) | |
COMPREHENSION =(R.string.comprehension_title, R.string.comprehension_description, R.drawable.comprehension, R.string.comprehension_template, ComprehensionTemplate.class, R.string.comprehension_assets_name) | |
DICTATION =(R.string.dictation_title, R.string.dictation_description, R.drawable.dictation, R.string.dictation_template, DictationTemplate.class, R.string.dictation_assets_name) | |
MATCH_THE_FOLLOWING =(R.string.match_title, R.string.match_description, R.drawable.match_template, R.string.match_template, MatchTemplate.class, R.string.match_assets_name) | |
final int | type |
Private Attributes | |
final int | image |
final int | title |
final int | description |
final Class<?extends TemplateInterface > | templateClass |
final int | assetsName |
Enum for the templates that are included into toolkit application.
Created by Abhishek on 23-05-2015.
org.buildmlearn.toolkit.model.Template.Template | ( | @StringRes int | title, |
@StringRes int | description, | ||
@DrawableRes int | image, | ||
@StringRes int | type, | ||
Class<?extends TemplateInterface > | templateClass, | ||
@StringRes int | assetsName | ||
) |
int org.buildmlearn.toolkit.model.Template.getAssetsName | ( | ) |
int org.buildmlearn.toolkit.model.Template.getDescription | ( | ) |
int org.buildmlearn.toolkit.model.Template.getImage | ( | ) |
Class<? extends TemplateInterface> org.buildmlearn.toolkit.model.Template.getTemplateClass | ( | ) |
int org.buildmlearn.toolkit.model.Template.getTitle | ( | ) |
int org.buildmlearn.toolkit.model.Template.getType | ( | ) |
|
private |
org.buildmlearn.toolkit.model.Template.BASIC_M_LEARNING =(R.string.basic_m_learning_title, R.string.basic_m_learning_description, R.drawable.info_template, R.string.info_template, InfoTemplate.class, R.string.info_assets_name) |
org.buildmlearn.toolkit.model.Template.COMPREHENSION =(R.string.comprehension_title, R.string.comprehension_description, R.drawable.comprehension, R.string.comprehension_template, ComprehensionTemplate.class, R.string.comprehension_assets_name) |
|
private |
org.buildmlearn.toolkit.model.Template.DICTATION =(R.string.dictation_title, R.string.dictation_description, R.drawable.dictation, R.string.dictation_template, DictationTemplate.class, R.string.dictation_assets_name) |
org.buildmlearn.toolkit.model.Template.FLASH_CARD =(R.string.flash_card_title, R.string.flash_card_description, R.drawable.flash, R.string.flash_card_template, FlashTemplate.class, R.string.flash_assets_name) |
|
private |
org.buildmlearn.toolkit.model.Template.LEARN_SPELLING =(R.string.learn_spellings_title, R.string.learn_spellings_description, R.drawable.spelling, R.string.spelling_type, LearnSpellingTemplate.class, R.string.spelling_assets_name) |
org.buildmlearn.toolkit.model.Template.MATCH_THE_FOLLOWING =(R.string.match_title, R.string.match_description, R.drawable.match_template, R.string.match_template, MatchTemplate.class, R.string.match_assets_name) |
org.buildmlearn.toolkit.model.Template.QUIZ =(R.string.quiz_title, R.string.quiz_description, R.drawable.quiz, R.string.quiz_type, QuizTemplate.class, R.string.quiz_assets_name) |
|
private |
|
private |
final int org.buildmlearn.toolkit.model.Template.type |
org.buildmlearn.toolkit.model.Template.VIDEO_COLLECTION =(R.string.video_collection_title, R.string.video_collection_description, R.drawable.video_collection, R.string.video_collection_template, VideoCollectionTemplate.class, R.string.video_assets_name) |