Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.buildmlearn.learnspellings.activities.ResponseActivity Class Reference

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

Inheritance diagram for org.buildmlearn.learnspellings.activities.ResponseActivity:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.learnspellings.activities.ResponseActivity:
Collaboration graph
[legend]

Public Member Functions

void onBackPressed ()
 
void onDestroy ()
 
boolean onCreateOptionsMenu (Menu menu)
 
boolean onOptionsItemSelected (MenuItem menuItem)
 
boolean onNavigationItemSelected (MenuItem item)
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 

Private Attributes

Context mContext
 
SpellDb db
 

Detailed Description

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

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

Member Function Documentation

void org.buildmlearn.learnspellings.activities.ResponseActivity.onBackPressed ( )
void org.buildmlearn.learnspellings.activities.ResponseActivity.onCreate ( Bundle  savedInstanceState)
protected
boolean org.buildmlearn.learnspellings.activities.ResponseActivity.onCreateOptionsMenu ( Menu  menu)
void org.buildmlearn.learnspellings.activities.ResponseActivity.onDestroy ( )
boolean org.buildmlearn.learnspellings.activities.ResponseActivity.onNavigationItemSelected ( MenuItem  item)
boolean org.buildmlearn.learnspellings.activities.ResponseActivity.onOptionsItemSelected ( MenuItem  menuItem)

Member Data Documentation

SpellDb org.buildmlearn.learnspellings.activities.ResponseActivity.db
private
Context org.buildmlearn.learnspellings.activities.ResponseActivity.mContext
private

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