Difference between revisions of "Kotlin / Android Studio Development Essentials"
From Techotopia
Line 3: | Line 3: | ||
= Table of Contents = | = Table of Contents = | ||
+ | # Introduction<br> | ||
+ | # Installation<br> | ||
+ | # Setting Up and Android Studio Development Environment<br> | ||
+ | # A guided Tour of the Android Studio User Interface<br> | ||
+ | # Creating an Android Virtual Device (AVD) in Android Studio<br> | ||
+ | # Using and Configuring the Android Studio AVD Emulator<br> | ||
+ | # Testing Android Studio Apps on a Physical Android Device<br> | ||
+ | # The Basics of the Android Studio Code Editor<br> | ||
+ | # [[Kotlin - An Overview of the Android Architecture|An Overview of the Android Architecture]]<br> | ||
# [[Creating an Example Kotlin Android App in Android Studio]] | # [[Creating an Example Kotlin Android App in Android Studio]] | ||
# [[An Introduction to Kotlin]]<br> | # [[An Introduction to Kotlin]]<br> |
Revision as of 15:28, 24 November 2017
This book is currently under development. New chapters are added regularly so please check back for updates.
Table of Contents
- Introduction
- Installation
- Setting Up and Android Studio Development Environment
- A guided Tour of the Android Studio User Interface
- Creating an Android Virtual Device (AVD) in Android Studio
- Using and Configuring the Android Studio AVD Emulator
- Testing Android Studio Apps on a Physical Android Device
- The Basics of the Android Studio Code Editor
- An Overview of the Android Architecture
- Creating an Example Kotlin Android App in Android Studio
- An Introduction to Kotlin
- Kotlin Data Types, Variables and Nullability
- Kotlin Operators and Expressions
- Kotlin Flow Control
- An Overview of Kotlin Functions and Lambdas
- The Basics of Object Oriented Programming in Kotlin
- An Introduction to Kotlin Inheritance and Subclassing
- Understanding Android Application and Activity Lifecycles