Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include loki library under security category #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joelromanpr
Copy link

@joelromanpr joelromanpr commented Jul 8, 2021

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

  1. Inheriting a LokiActivity
class MainActivity : LokiActivity() {}
  1. Prompting the user to setup their passcode
PasscodeSetupActivity.launch(this@MainActivity)

Bonus: LoKi is configurable, you can refer the documentation for more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant