Enum used as model for holding tutorial data.
More...
|
| | START =(R.drawable.app_splash_screen_framed, R.string.screen_1_title, R.string.screen_1_desc) |
| |
| | FIRST =(R.drawable.main_screen_framed, R.string.screen_2_title, R.string.screen_2_desc) |
| |
| | SECOND =(R.drawable.template_list_framed, R.string.screen_3_title, R.string.screen_3_desc) |
| |
| | THIRD =(R.drawable.quiz_template_framed, R.string.screen_4_title, R.string.screen_4_desc) |
| |
| | FOURTH =(R.drawable.simulator_without_any_template_framed, R.string.screen_5_title, R.string.screen_5_desc) |
| |
| | FIFTH =(R.drawable.load_saved_projects_framed, R.string.screen_6_title, R.string.screen_6_desc) |
| |
| | LAST =(true) |
| |
Enum used as model for holding tutorial data.
Created by abhishek on 03/08/15 at 10:53 PM.
| org.buildmlearn.toolkit.model.Tutorial.Tutorial |
( |
int |
image, |
|
|
int |
title, |
|
|
int |
description |
|
) |
| |
| org.buildmlearn.toolkit.model.Tutorial.Tutorial |
( |
boolean |
isLastScreen | ) |
|
| int org.buildmlearn.toolkit.model.Tutorial.getDescription |
( |
| ) |
|
| int org.buildmlearn.toolkit.model.Tutorial.getImage |
( |
| ) |
|
| int org.buildmlearn.toolkit.model.Tutorial.getTitle |
( |
| ) |
|
| boolean org.buildmlearn.toolkit.model.Tutorial.isLastScreen |
( |
| ) |
|
| final int org.buildmlearn.toolkit.model.Tutorial.description |
|
private |
| org.buildmlearn.toolkit.model.Tutorial.FIFTH =(R.drawable.load_saved_projects_framed, R.string.screen_6_title, R.string.screen_6_desc) |
| org.buildmlearn.toolkit.model.Tutorial.FIRST =(R.drawable.main_screen_framed, R.string.screen_2_title, R.string.screen_2_desc) |
| org.buildmlearn.toolkit.model.Tutorial.FOURTH =(R.drawable.simulator_without_any_template_framed, R.string.screen_5_title, R.string.screen_5_desc) |
| final int org.buildmlearn.toolkit.model.Tutorial.image |
|
private |
| final boolean org.buildmlearn.toolkit.model.Tutorial.isLastScreen |
|
private |
| org.buildmlearn.toolkit.model.Tutorial.LAST =(true) |
| org.buildmlearn.toolkit.model.Tutorial.SECOND =(R.drawable.template_list_framed, R.string.screen_3_title, R.string.screen_3_desc) |
| org.buildmlearn.toolkit.model.Tutorial.START =(R.drawable.app_splash_screen_framed, R.string.screen_1_title, R.string.screen_1_desc) |
| org.buildmlearn.toolkit.model.Tutorial.THIRD =(R.drawable.quiz_template_framed, R.string.screen_4_title, R.string.screen_4_desc) |
| final int org.buildmlearn.toolkit.model.Tutorial.title |
|
private |
The documentation for this enum was generated from the following file:
- source-code/app/src/main/java/org/buildmlearn/toolkit/model/Tutorial.java