Android custom picker?

1.9k views Asked by At

enter image description here

I'd like to implement this kind of picker but instead of numbers, I can pick images or any kind of view. Is this possible?

1

There are 1 answers

0
JstnPwll On

Anything is possible, but not everything is easy. ;) You will have to create these widgets yourself. Here's some starting points:

Creating your own copies of these would be a solid starting point; from there you can branch out the content types you want to support. When it's done, be sure to release it as an open source library. ;)