Bigkoo / Bigkoo/Android-PickerView
建议再增加一个getList的接口,就像IPickerViewData的getPickerViewText一样
Open
- Dominant language
- Java
- Stars
- 13.4k
- Forks
- 3.4k
- PR merge metrics
- No merged PRs in 30d
Description
第二三联动选择,都要重新创建List去遍历,添加,很麻烦
一般服务器返回的都会是一个对象,有几个字段,其中一个是List如果,能再增加一个getList,然后再ArrayWheelAdapter中的 /**
* Constructor
* @param items the items
*/
public ArrayWheelAdapter(List items) {
this.items = items;
}
加上if items instanceof 接口,this.items = item.getList,就完美了
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.