ios like date/time picker for android platform

silent_coder picture silent_coder · Jun 13, 2016 · Viewed 16.7k times · Source

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:

  1. android-spinnerwheel (abandoned, not sutable for using, require build actual picker from it's componet, so quite a lot of code)

  2. 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)

  3. PickView (no layout, implemented as dialog, poore customization abilities)

  4. 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

Answer

Milind Vyas picture Milind Vyas · Jun 13, 2016

You can Use wheel type effect in android here is code:

https://github.com/ayushhgoyal/AyushWheel/

Hope this will Help ! Cheers !