![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Fragment containing list of videos in video collection template's app. More...
Classes | |
interface | Callback |
Public Member Functions | |
void | onSaveInstanceState (Bundle outState) |
void | onCreate (Bundle savedInstanceState) |
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
void | onActivityCreated (Bundle savedInstanceState) |
Loader< Cursor > | onCreateLoader (int i, Bundle bundle) |
void | onLoadFinished (Loader< Cursor > cursorLoader, Cursor cursor) |
void | onLoaderReset (Loader< Cursor > cursorLoader) |
void | onDestroyView () |
Private Attributes | |
VideoArrayAdapter | videoListAdapter |
int | mPosition = ListView.INVALID_POSITION |
ListView | listView |
ArrayList< VideoModel > | videoList |
View | rootView |
VideoDb | db |
Static Private Attributes | |
static final String | SELECTED_KEY = "selected_position" |
static final int | VIDEO_LOADER = 0 |
Fragment containing list of videos in video collection template's app.
Created by Anupam (opticod) on 12/5/16.
void org.buildmlearn.videocollection.fragment.MainActivityFragment.onActivityCreated | ( | Bundle | savedInstanceState | ) |
void org.buildmlearn.videocollection.fragment.MainActivityFragment.onCreate | ( | Bundle | savedInstanceState | ) |
Loader<Cursor> org.buildmlearn.videocollection.fragment.MainActivityFragment.onCreateLoader | ( | int | i, |
Bundle | bundle | ||
) |
View org.buildmlearn.videocollection.fragment.MainActivityFragment.onCreateView | ( | LayoutInflater | inflater, |
ViewGroup | container, | ||
Bundle | savedInstanceState | ||
) |
void org.buildmlearn.videocollection.fragment.MainActivityFragment.onDestroyView | ( | ) |
void org.buildmlearn.videocollection.fragment.MainActivityFragment.onLoaderReset | ( | Loader< Cursor > | cursorLoader | ) |
void org.buildmlearn.videocollection.fragment.MainActivityFragment.onLoadFinished | ( | Loader< Cursor > | cursorLoader, |
Cursor | cursor | ||
) |
void org.buildmlearn.videocollection.fragment.MainActivityFragment.onSaveInstanceState | ( | Bundle | outState | ) |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |