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.
Hello I am looking for personalized screen locker for android phones, instead of typing
Share
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.