Difference between revisions of "Android Studio 2 Development Essentials"
From Techotopia
(3 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
#* [[Using and Configuring the Android Studio 2 AVD Emulator|Configuring Fingerprint Emulation]] | #* [[Using and Configuring the Android Studio 2 AVD Emulator|Configuring Fingerprint Emulation]] | ||
#* [[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|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 Overview of Fingerprint Authentication]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Creating the Fingerprint Authentication Project]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Configuring Device Fingerprint Authentication]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Adding the Fingerprint Permission to the Manifest File]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Downloading the Fingerprint Icon]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Designing the User Interface]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Accessing the Keyguard and Fingerprint Manager Services]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Checking the Security Settings]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Accessing the Android Keystore and KeyGenerator]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Generating the Key]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Initializing the Cipher]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Creating the CryptoObject Instance]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Implementing the Fingerprint Authentication Handler Class]] | ||
+ | #* [[An Android Fingerprint Authentication Tutorial|Testing the Project]]<br><br> |
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