I want to develop unlock pattern for my android app.
Any suggestions on how to do it.
I want to develop unlock pattern for my android app. Any suggestions on how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Extend a View, override
onDrawto display the touch points, overrideonTouchEventto handle user inputUse:
canvas.drawBitmapto draw the graphical touch pointspath.lineToto draw the lines between touch points