![]() |
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 for displaying score with matched results in match template's simulator. More...


Public Member Functions | |
| void | onSaveInstanceState (Bundle outState) |
| void | onCreate (Bundle savedInstanceState) |
| View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
| void | onDestroyView () |
Static Public Member Functions | |
| static Fragment | newInstance () |
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" |
Fragment for displaying score with matched results in match template's simulator.
Created by Anupam (opticod) on 26/7/16.
|
private |
|
static |
| void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreate | ( | Bundle | savedInstanceState | ) |
| View org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onCreateView | ( | LayoutInflater | inflater, |
| ViewGroup | container, | ||
| Bundle | savedInstanceState | ||
| ) |
| void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onDestroyView | ( | ) |
| void org.buildmlearn.toolkit.matchtemplate.fragment.DetailFragment.onSaveInstanceState | ( | Bundle | outState | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
1.8.11