Android Question How to get this kind of list pickers?

Rajesh kannan MJ

Member
Licensed User
Longtime User
Hi,

http://developer.android.com/guide/topics/ui/controls/pickers.html#ShowingTheDatePicker how to get this kind of value pickers.

I saw some in our b4x too. But the look and feel is not good. This one is good.

pickers.png


Thank you,
 

DonManfred

Expert
Licensed User
Longtime User
oops, I did not know that this is a dialog

Then you should read what you post i believe

Showing the date picker
Once you've defined a DialogFragment like the one shown above, you can display the date picker by creating an instance of the DialogFragment and calling show().
For example, here's a button that, when clicked, calls a method to show the dialog:

Have a look at the Wheel-Class or build your own solution
 
Last edited:
Upvote 0
Top