views:

514

answers:

2

Hello I am looking for personalized screen locker for android phones, instead of typing numbers , user can flex fingers in a particular pattern and unlock the screen. Any pointers/ideas are appreciated.

+3  A: 

You might want to look at the Android source: LockPatternUtils.java and LockScreen.java for an idea of how to go about implementing your own.

Also interesting is the android.gesture package which you can use to create and save gestures.

codinguser
what about the xml files
http://www.quietlycoding.com/?p=5
How does the example on the link you provided relate to your question? If you are referring to the pass code unlock screen, then I am not sure the number picker widget in the example is what you want.
codinguser
A: 

Android Protector provides nice API for creating custom security-related applications. We do all the "dirty work", you only have to write GUI and publish =) Welcome!

Please write hello to help[]android-password.com if you are interested

Alexander Kosenkov