Java android.support.v4.app FragmentActivity fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app FragmentActivity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.app FragmentActivity.

The text is from its open source code.

Subclass

android.support.v4.app.FragmentActivity has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
FragmentManagergetSupportFragmentManager()
Return the FragmentManager for interacting with fragments associated with this activity.
LoaderManagergetSupportLoaderManager()
Return the LoaderManager for this fragment, creating it if needed.
voidonBackPressed()
Take care of popping the fragment back stack or finishing the activity as appropriate.
voidstartActivityForResult(Intent intent, int requestCode)
Modifies the standard behavior to allow results to be delivered to fragments.
voidsupportInvalidateOptionsMenu()
Invalidate the activity's options menu.