Android-PinView is a iOS-like Pin Entry/Challenge Activity for Android. The component has the following features:
- If the app is being accessed for the first time then it asks for the PIN to be set
- Uses Android SharedPreferences to store the password
- For subsequent access to the app, it asks for the PIN to be entered
- onResume of the main activity, the PINEntry activity is called asking the user for the PIN
To Do:
- Forgot PIN
- Accept non-numeric PINs
- Encrypt the PIN while storing in SharedPreferences
- Add customizability to add logo, change color scheme