• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

activity/15-Dec-2024-361298

fragment/15-Dec-2024-881632

modules/15-Dec-2024-2,7491,957

viewmodel/15-Dec-2024-1,275806

README.mdD15-Dec-2024734 2414

README.md

1### Fingerprint Settings Enrollment
2
3#### Entry Points (To FingerprintEnrollment)
4
5* FingerprintSettings (which launches the below intent)
6* Intent -> ".biometrics.fingerprint2.ui.enrollment.activity.FingerprintEnrollmentV2Activity")
7
8#### General Architecture
9
10The code should follow the MVVM architecture.
11
12**In addition, one activity (FingerprintEnrollmentV2Activity) should**
13
14* Control a list of fragments which correspond to enrollment steps
15* Be responsible for navigation events between fragments
16* Be responsible for navigation events to other activities if need be (
17  ConfirmDeviceCredentialActivity)
18* Be the controller of the viewmodels
19
20#### Style
21
22* Please use [kfmt](https://plugins.jetbrains.com/plugin/14912-ktfmt)
23
24