0

I'm trying to write an app that would use the timepicker in Android, but I really would like to implement the one from iOS.

I've had a couple of leads, but haven't struck anything that has worked for me.

My problem is that the time picker is for time but I want to use mine for three different number values that can be chosen (no am/pm) so it seems like Pickers are the way to go, except that they were introduced in API 11.

I've found this blog that seems to give you some code for it, but I wasn't able to get it to work.

I also found android-wheel, but I don't know how to get the source for it. Can anyone steer me in the right direction for it?

The iOS timepicker looks like this:

enter image description here

Android wheel looks like this:

enter image description here

But, I haven't been able to figure out how to get the code for it.

EGHDK
  • 17,818
  • 45
  • 129
  • 204
  • You might have more luck if you post an image of the thing you are trying to achieve. I am not familiar with iOS time picker so there is nothing really I can suggest. – FoamyGuy Jul 01 '12 at 20:14
  • Just because android != ios doesn't mean it can't. – EGHDK Nov 20 '12 at 02:00

2 Answers2

0

The code is in the google code project - https://code.google.com/p/android-wheel/source/browse/

David Rabinowitz
  • 29,904
  • 14
  • 93
  • 125
0

Download the source code from below link for various wheel example:

http://android-wheel.googlecode.com/svn/trunk/

Make sure that you have the svn plugins for download.

Thanks.