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 | Protected Member Functions | Private Attributes | List of all members
org.buildmlearn.toolkit.activity.HomeActivity Class Reference

Home screen of the application containg all the menus and settings. More...

Inheritance diagram for org.buildmlearn.toolkit.activity.HomeActivity:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.activity.HomeActivity:
Collaboration graph
[legend]

Public Member Functions

void onNavigationDrawerItemSelected (int position)
 
void onBackPressed ()
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 

Private Attributes

Section currentSection
 
NavigationDrawerFragment mNavigationDrawerFragment
 

Detailed Description

Home screen of the application containg all the menus and settings.

Member Function Documentation

void org.buildmlearn.toolkit.activity.HomeActivity.onBackPressed ( )
void org.buildmlearn.toolkit.activity.HomeActivity.onCreate ( Bundle  savedInstanceState)
protected
void org.buildmlearn.toolkit.activity.HomeActivity.onNavigationDrawerItemSelected ( int  position)

Called when an item in the navigation drawer is selected.

Implements org.buildmlearn.toolkit.fragment.NavigationDrawerFragment.NavigationDrawerCallbacks.

Member Data Documentation

Section org.buildmlearn.toolkit.activity.HomeActivity.currentSection
private
NavigationDrawerFragment org.buildmlearn.toolkit.activity.HomeActivity.mNavigationDrawerFragment
private

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