Android Custom wheel or slot machine implementation
I need to implement a wheel like control (a slot machine) like in the picture. But the edges (the position between the items) of each item need to be smoothened so that it will look like a globe like the earth. This is a screen shot of iPhone app achieved from a library for iPhone. I want it in android. I checked the kankan wheel (Android wheel) but it does not serves my needs. However it's cyclic behavior is needed for me. And I checked the following link also. http://developer.sonymobile.com/2010/06/23/android-tutorial-making-your-own-3d-list-part-3/ I played with canvas and matrix with some