awesome-android icon indicating copy to clipboard operation
awesome-android copied to clipboard

Include loki library under security category

Open joelromanpr opened this issue 4 years ago • 0 comments

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!

joelromanpr avatar Jul 08 '21 18:07 joelromanpr