awesome-android
awesome-android copied to clipboard
Include loki library under security category
loki - Add a passcode lock feature to your android applications hassle-free.
Everytime I start developing new android apps almost each one needs a passcode lock feature that is specific to the app to protect certain areas of the application or the entire app. LoKi helps jump starting this by taking the heavy lifting around adding such capability.
It's as easy as
- Inheriting a LokiActivity
class MainActivity : LokiActivity() {}
- Prompting the user to setup their passcode
PasscodeSetupActivity.launch(this@MainActivity)
Bonus: LoKi is configurable, you can refer the documentation for more!