Difference between revisions of "Android Studio 2 Development Essentials"
From Techotopia
Line 19: | Line 19: | ||
#* [[Using and Configuring the Android Studio 2 AVD Emulator|Multi-Core Support]]<br><br> | #* [[Using and Configuring the Android Studio 2 AVD Emulator|Multi-Core Support]]<br><br> | ||
# [[A Guide to using Instant Run in Android Studio 2]] | # [[A Guide to using Instant Run in Android Studio 2]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Introducing Instant Run]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Understanding Instant Run Swapping Levels]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Enabling and Disabling Instant Run]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Using Instant Run]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|An Instant Run Tutorial]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Triggering an Instant Run Hot Swap]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Triggering an Instant Run Warm Swap]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Triggering an Instant Run Cold Swap]] | ||
+ | #* [[A Guide to using Instant Run in Android Studio 2|Making a Manifest Change]]<br><br> | ||
# [[An Android Fingerprint Authentication Tutorial]] | # [[An Android Fingerprint Authentication Tutorial]] | ||
#* [[An Android Fingerprint Authentication Tutorial|An Overview of Fingerprint Authentication]] | #* [[An Android Fingerprint Authentication Tutorial|An Overview of Fingerprint Authentication]] |
Latest revision as of 14:35, 6 June 2016
Table of Contents
- Using and Configuring the Android Studio 2 AVD Emulator
- A Guide to using Instant Run in Android Studio 2
- 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