Bigkoo / Bigkoo/Android-PickerView
Infinite/long list of options (lazy loaded)
- Dominant language
- Java
- Stars
- 13.4k
- Forks
- 3.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm trying to create a performant version of a date picker like visible in the next image using the OptionsPickerView but I quickly found out a limitation because if I loop big ranges like -1 year to +1 year it will need to load for several seconds (old device). Is there a better way to do this so you can lazily load the values? I already created a Lazy version of a List but the library needed to loop several times before showing the values and thus creating the whole list.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.