Bigkoo / Bigkoo/Android-PickerView

Infinite/long list of options (lazy loaded)

Open
#399 7 comments 0 reactions 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/156694/30771580-5778824c-a04b-11e7-9c27-8d9742576e5a.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.