Difference between revisions of "Kotlin / Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 3: Line 3:
 
= Table of Contents =
 
= Table of Contents =
  
 +
# [[Creating an Example Kotlin Android App in Android Studio]]
 
# [[An Introduction to Kotlin]]<br>
 
# [[An Introduction to Kotlin]]<br>
 
# [[Kotlin Data Types, Variables and Nullability]]<br>
 
# [[Kotlin Data Types, Variables and Nullability]]<br>

Revision as of 15:26, 22 November 2017

This book is currently under development. New chapters are added regularly so please check back for updates.

Table of Contents

  1. Creating an Example Kotlin Android App in Android Studio
  2. An Introduction to Kotlin
  3. Kotlin Data Types, Variables and Nullability
  4. Kotlin Operators and Expressions
  5. Kotlin Flow Control
  6. An Overview of Kotlin Functions and Lambdas
  7. The Basics of Object Oriented Programming in Kotlin
  8. An Introduction to Kotlin Inheritance and Subclassing
  9. Understanding Android Application and Activity Lifecycles