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.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.buildmlearn.toolkit.model.Tutorial Enum Reference

Enum used as model for holding tutorial data. More...

Public Member Functions

 Tutorial (int image, int title, int description)
 
 Tutorial (boolean isLastScreen)
 
int getImage ()
 
int getTitle ()
 
int getDescription ()
 
boolean isLastScreen ()
 

Public Attributes

 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)
 

Private Attributes

final int image
 
final int title
 
final int description
 
final boolean isLastScreen
 

Detailed Description

Enum used as model for holding tutorial data.

Created by abhishek on 03/08/15 at 10:53 PM.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.model.Tutorial.Tutorial ( int  image,
int  title,
int  description 
)
org.buildmlearn.toolkit.model.Tutorial.Tutorial ( boolean  isLastScreen)

Member Function Documentation

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 ( )

Member Data Documentation

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: