Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 427 Bytes

Android Pin Screen

Pin screen implementation with dark mode support.

Alt Text


Customizations:

  1. Customize pin error string: open strings.xml file and change pin_error string value.
  2. Implement isPinValid() functionality in PinViewModel.
  3. Implement onSuccess() functionality in PinFragment.