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

Fragment for displaying the correct and user entered spell to users in spelling template's simulator. More...

Inheritance diagram for org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment:
Collaboration graph
[legend]

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 Attributes

SpellDb db
 
View rootView
 

Detailed Description

Fragment for displaying the correct and user entered spell to users in spelling template's simulator.

Created by Anupam (opticod) on 31/5/16.

Member Function Documentation

static Fragment org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.newInstance ( )
static
View org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onCreateView ( LayoutInflater  inflater,
ViewGroup  container,
Bundle  savedInstanceState 
)
void org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onDestroy ( )
boolean org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.onNavigationItemSelected ( MenuItem  item)

Member Data Documentation

SpellDb org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.db
private
View org.buildmlearn.toolkit.learnspelling.fragment.ResponseFragment.rootView
private

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