![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Activity for displaying score with matched results in match template's app. More...
Public Member Functions | |
void | onSaveInstanceState (Bundle outState) |
void | onCreate (Bundle savedInstanceState) |
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
void | onDestroyView () |
Private Member Functions | |
void | handleListViewListeners () |
Private Attributes | |
int | mPositionA = ListView.INVALID_POSITION |
int | mPositionB = ListView.INVALID_POSITION |
ListView | listViewA |
ListView | listViewB |
ArrayList< MatchModel > | matchListA |
ArrayList< MatchModel > | matchListB |
MatchDb | db |
Static Private Attributes | |
static final String | SELECTED_KEY_A = "selected_position_a" |
static final String | SELECTED_KEY_B = "selected_position_b" |
Activity for displaying score with matched results in match template's app.
Created by Anupam (opticod) on 26/7/16.
|
private |
void org.buildmlearn.matchtemplate.fragment.DetailActivityFragment.onCreate | ( | Bundle | savedInstanceState | ) |
View org.buildmlearn.matchtemplate.fragment.DetailActivityFragment.onCreateView | ( | LayoutInflater | inflater, |
ViewGroup | container, | ||
Bundle | savedInstanceState | ||
) |
void org.buildmlearn.matchtemplate.fragment.DetailActivityFragment.onDestroyView | ( | ) |
void org.buildmlearn.matchtemplate.fragment.DetailActivityFragment.onSaveInstanceState | ( | Bundle | outState | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |