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.
Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment Class Reference

Fragment containing the flash cards in dictation template's simulator. More...

Inheritance diagram for org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment:
Collaboration graph
[legend]

Classes

class  MyPagerAdapter
 

Public Member Functions

View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
 
void onDestroy ()
 
boolean onNavigationItemSelected (MenuItem item)
 

Static Public Member Functions

static Fragment newInstance ()
 

Private Member Functions

void setAdapterData (FlashModel mFlash)
 

Private Attributes

ViewPager viewPager
 
FlashDb db
 
View rootView
 

Detailed Description

Fragment containing the flash cards in dictation template's simulator.

Created by anupam on 10/8/16.

Member Function Documentation

static Fragment org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.newInstance ( )
static
View org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
void org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onDestroy ( )
boolean org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.onNavigationItemSelected ( MenuItem  item)
void org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.setAdapterData ( FlashModel  mFlash)
private

Member Data Documentation

FlashDb org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.db
private
View org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.rootView
private
ViewPager org.buildmlearn.toolkit.flashcardtemplate.fragment.MainFragment.viewPager
private

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