public static class EventsActivity.PlaceholderFragment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
ARG_SECTION_NUMBER
The fragment argument representing the section number for this
fragment.
|
private CategoryItem |
mCategoryItem |
private ScrollView |
mScrollView |
Constructor and Description |
---|
PlaceholderFragment() |
Modifier and Type | Method and Description |
---|---|
static EventsActivity.PlaceholderFragment |
newInstance(int sectionNumber,
CategoryItem categoryItem)
Returns a new instance of this fragment for the given section
number.
|
void |
onCreate(Bundle savedInstanceState) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onPause() |
void |
onResume() |
private static final java.lang.String ARG_SECTION_NUMBER
private CategoryItem mCategoryItem
private ScrollView mScrollView
public static EventsActivity.PlaceholderFragment newInstance(int sectionNumber, CategoryItem categoryItem)
public void onCreate(Bundle savedInstanceState)
public void onResume()
public void onPause()
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)