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 the users to match column A with column B 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 () |
void | handleButtonListener (View rootView) |
void | highlightListA (int position, View view) |
void | highlightListB (int position, View view) |
Private Attributes | |
MatchArrayAdapter_A | matchListAdapterA |
MatchArrayAdapter_B | matchListAdapterB |
int | mPositionA = ListView.INVALID_POSITION |
int | mPositionB = ListView.INVALID_POSITION |
ListView | listViewA |
ListView | listViewB |
ArrayList< MatchModel > | matchListA |
ArrayList< MatchModel > | matchListB |
MatchDb | db |
int | selectedPositionA = -1 |
int | selectedPositionB = -1 |
View | selectedViewA |
View | selectedViewB |
View | clickSourceA |
Static Private Attributes | |
static final String | SELECTED_KEY_A = "selected_position_a" |
static final String | SELECTED_KEY_B = "selected_position_b" |
Fragment for the users to match column A with column B in match template's simulator.
Created by Anupam (opticod) on 24/7/16.
|
private |
|
private |
|
private |
|
private |
|
static |
void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreate | ( | Bundle | savedInstanceState | ) |
View org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onCreateView | ( | LayoutInflater | inflater, |
ViewGroup | container, | ||
Bundle | savedInstanceState | ||
) |
void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onDestroyView | ( | ) |
void org.buildmlearn.toolkit.matchtemplate.fragment.MainFragment.onSaveInstanceState | ( | Bundle | outState | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |