tags:

views:

61

answers:

2

I am looking for Android GUI which is wheel type number lock, with numbers on the wheel. The password GUI looks like a wheel with numbers on it and user can roll the wheel to select a number when wheel stops, only the numbers are visible that are on the surface of wheel.

A: 

i am looking for it too..

jinpengzhang
If you have a helpful comment about a question use the *add comment* link above. But if you think this is good question, don't leave a "me too" comment, just upvote the question.
Dave Webb
jinpengzhang, if you want to write Android security app, please write a note to [email protected] for cooperation
Alexander Kosenkov
A: 

This is not a standard dialog available in the Android SDK so you'll have to write your own.

The closest thing in the Android SDK is the NumberPicker but sadly this is not part of the public SDK so shouldn't be used in your applications. You could have a look at the source to give your some ideas though.

Dave Webb