I'm building mobile app for both ios and android platform using native ios/android code. And I want apps looks similar. So I need ios style picker (for date and time selection) available in android. I spend half of the day but don't find any sutable variant. Will be more than happy if you suggest something. I think there should be variants, because I saw several android apps where picker looks the same as on ios (anydo for example).
What I already checked:
android-spinnerwheel (abandoned, not sutable for using, require build actual picker from it's componet, so quite a lot of code)
wheelpicker (quality unclear, regional standards/datetime constants hardcoded in code and in general control hard to customize, however it's candidate for forking and fixing things manually. For sure it's not supporting am-pm/24h UI switching)
PickView (no layout, implemented as dialog, poore customization abilities)
CharacterPickerView (do not use default layout settings, hard to customize without fixing sources, hardcoded values, GPL license)
P.S. I will cosinder payed variants if they exists.
After investigation we ended up with custom controls build based on wheelpicker
You can Use wheel type effect in android here is code:
https://github.com/ayushhgoyal/AyushWheel/
Hope this will Help ! Cheers !