//Android/br.com.arch.toolkit.android.recyclerAdapter/SimpleAdapter/SimpleAdapter
[android]
constructor(creator: (@R|kotlin/ParameterName|(name = String(context)) ERROR CLASS: Symbol not found for Context) -> VIEW)
android
| Â | Â |
|---|---|
| MODEL | The type of data to be displayed. |
| VIEW | The type of the view that will display the data. Must extend View and implement ViewBinder. |