Android Mobile Physical Therapy Exercise Documenter

com.communipatient.amptedapp.ui
Class DashboardFragment

java.lang.Object
  extended by android.support.v4.app.Fragment
      extended by com.communipatient.amptedapp.ui.DashboardFragment
All Implemented Interfaces:
android.content.ComponentCallbacks, android.view.View.OnCreateContextMenuListener

public class DashboardFragment
extends android.support.v4.app.Fragment

The dashboard fragment that displays the main buttons.


Nested Class Summary
 
Nested classes/interfaces inherited from class android.support.v4.app.Fragment
android.support.v4.app.Fragment.InstantiationException, android.support.v4.app.Fragment.SavedState
 
Field Summary
private  GoogleAnalyticsTracker tracker
          The GoogleAnalytics tracker for the dashbaord.
 
Constructor Summary
DashboardFragment()
           
 
Method Summary
 void onCreate(android.os.Bundle savedInstanceState)
           
 void onCreateOptionsMenu(android.view.Menu menu, android.view.MenuInflater inflater)
           
 android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState)
           
 void onDestroy()
           
 boolean onOptionsItemSelected(android.view.MenuItem item)
           
 
Methods inherited from class android.support.v4.app.Fragment
dump, equals, getActivity, getArguments, getFragmentManager, getId, getLayoutInflater, getLoaderManager, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onAttach, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onInflate, onLowMemory, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onResume, onSaveInstanceState, onStart, onStop, onViewCreated, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, startActivity, startActivityForResult, toString, unregisterForContextMenu
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tracker

private GoogleAnalyticsTracker tracker
The GoogleAnalytics tracker for the dashbaord.

Constructor Detail

DashboardFragment

public DashboardFragment()
Method Detail

onCreate

public void onCreate(android.os.Bundle savedInstanceState)
Overrides:
onCreate in class android.support.v4.app.Fragment

onCreateView

public android.view.View onCreateView(android.view.LayoutInflater inflater,
                                      android.view.ViewGroup container,
                                      android.os.Bundle savedInstanceState)
Overrides:
onCreateView in class android.support.v4.app.Fragment

onCreateOptionsMenu

public void onCreateOptionsMenu(android.view.Menu menu,
                                android.view.MenuInflater inflater)
Overrides:
onCreateOptionsMenu in class android.support.v4.app.Fragment

onOptionsItemSelected

public boolean onOptionsItemSelected(android.view.MenuItem item)
Overrides:
onOptionsItemSelected in class android.support.v4.app.Fragment

onDestroy

public void onDestroy()
Overrides:
onDestroy in class android.support.v4.app.Fragment

Revision: 109 Generated on Sat Dec 10 07:00:03 UTC 2011