• 1000 ; Landroid / view / ViewGroup;) Landroid / view / View;): "
class MyArrayAdapter(
context: Context?,
resourceId: Int,
items: List<Cards?>?
) : ArrayAdapter<Cards?>(context!!, resourceId, items!!) {
fun getView(position: Int, convertView: View, parent: ViewGroup): View {
}