Friday, 14 September 2018

How do I create a wheel picker for a list of custom objects?

I want to let the user choice an element from ArrayList<MyObjectType> via a wheel picker that looks similar to the wheel picker that gets used to pick the day/month/year in the data picker. While the date picker obviously has three variables, I only care about having one.

enter image description here

What's the most straightforward way to implement such a picker?



from How do I create a wheel picker for a list of custom objects?

No comments:

Post a Comment