0

I like the native iOS Picker. I don't like the native Android Picker. Can I have on Android the same style and the same behavior of the iOS Picker?

unwelcomed_user
  • 340
  • 3
  • 15
Francesco Galgani
  • 6,137
  • 3
  • 20
  • 23

1 Answers1

1

No. It's implemented natively due to the circular effect on iOS that's a bit hard to replicate in the drawing primitives. We are thinking about moving this to lightweight code which will allow that but it would take a lot of work.

Personally I prefer the native Android pickers for some tasks see https://www.codenameone.com/javadoc/com/codename1/ui/spinner/Picker.html

I think the separate Time and Date pickers are superior on Android.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65