public abstract class SmartFragment
extends android.support.v4.app.Fragment
| Constructor and Description |
|---|
SmartFragment() |
| Modifier and Type | Method and Description |
|---|---|
abstract android.support.v4.app.Fragment |
getFragment()
Abstract method to get the current fragment class : please use return this
|
android.view.View |
onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState) |
void |
onResume() |
public abstract android.support.v4.app.Fragment getFragment()
public void onResume()
public android.view.View onCreateView(android.view.LayoutInflater inflater,
android.view.ViewGroup container,
android.os.Bundle savedInstanceState)