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.
|
Custom Adapter for dictation template's simulator. More...
Classes | |
class | ViewHolder |
Public Member Functions | |
DictArrayAdapter (Context context) | |
View | newView (Context context, Cursor cursor, ViewGroup parent) |
void | bindView (View view, final Context context, Cursor cursor) |
Custom Adapter for dictation template's simulator.
Created by Anupam (opticod) on 10/7/16.
org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.DictArrayAdapter | ( | Context | context | ) |
void org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.bindView | ( | View | view, |
final Context | context, | ||
Cursor | cursor | ||
) |
View org.buildmlearn.toolkit.dictationtemplate.adapter.DictArrayAdapter.newView | ( | Context | context, |
Cursor | cursor, | ||
ViewGroup | parent | ||
) |