INNER CODE UNIT · Kotlin

TestOnItemSelectedListener

arcadefire/nice-spinner · library/src/androidTest/java/org/angmarch/views/NiceSpinnerTest.kt:107

class TestOnItemSelectedListener : OnSpinnerItemSelectedListener {

    var lastPosition: Int = 0

    override fun onItemSelected(parent: NiceSpinner?, view: View?, position: Int, id: Long) {
        lastPosition = position
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…