SpinnerAdapter

fun SpinnerAdapter(context: Context?, textViewResourceId: Int, objects: Array<String?>?)

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.