PickAdapter

interface PickAdapter

Author

Simon Lee

Functions

getCount
Link copied to clipboard
abstract fun getCount(): Int
返回数据总个数
getItem
Link copied to clipboard
abstract fun getItem(position: Int): String
返回一条对应index的数据

Inheritors

DatePickerAdapter
Link copied to clipboard