I would like to add 4-pin password protection to my android app, something like in Evernote app.. The user should have an option to enable or disable the password protection. But I have no idea where to start...
Layout: I want four boxes that accepts only numbers.May be using editText is an option. But i'm not quite sure about the keypad.
Password storage: Would using shared preferences work?
How to add an option to reset password? Should i make a small webservice for it? However my application doesn't use internet,more like a calculator. I'm using sqLite to store data.
Could somebody brief the steps I should follow? My questions may be silly, but i'm completely new in android and i'm helpless. Would appreciate your response. Thank you