BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Fragment containing list of videos in video collection template's simulator. More...
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 () |
Static Public Member Functions | |
static Fragment | newInstance () |
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 simulator.
Created by Anupam (opticod) on 20/5/16.
|
static |
void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onActivityCreated | ( | Bundle | savedInstanceState | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreate | ( | Bundle | savedInstanceState | ) |
Loader<Cursor> org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateLoader | ( | int | i, |
Bundle | bundle | ||
) |
View org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onCreateView | ( | LayoutInflater | inflater, |
ViewGroup | container, | ||
Bundle | savedInstanceState | ||
) |
void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onDestroyView | ( | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoaderReset | ( | Loader< Cursor > | cursorLoader | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onLoadFinished | ( | Loader< Cursor > | cursorLoader, |
Cursor | cursor | ||
) |
void org.buildmlearn.toolkit.videocollectiontemplate.fragment.MainActivityFragment.onSaveInstanceState | ( | Bundle | outState | ) |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |