Android Studio 2 Development Essentials
Table of Contents
- Using and Configuring the Android Studio 2 AVD Emulator
- An Android Fingerprint Authentication Tutorial
- An Overview of Fingerprint Authentication
- Creating the Fingerprint Authentication Project
- Configuring Device Fingerprint Authentication
- Adding the Fingerprint Permission to the Manifest File
- Downloading the Fingerprint Icon
- Designing the User Interface
- Accessing the Keyguard and Fingerprint Manager Services
- Checking the Security Settings
- Accessing the Android Keystore and KeyGenerator
- Generating the Key
- Initializing the Cipher
- Creating the CryptoObject Instance
- Implementing the Fingerprint Authentication Handler Class
- Testing the Project