Spinner Adapter
fun SpinnerAdapter(context: Context?, textViewResourceId: Int, objects: Array<String?>?)
Content copied to clipboard
Parameters
context
Current context. This value cannot be null
.
textViewResourceId
Resource ID for a layout file containing a layout to use when instantiating views.
objects
Objects to represent in the ListView
. This value cannot be null
.