Difference between revisions of "Kotlin / Android Studio Development Essentials"
From Techotopia
Line 10: | Line 10: | ||
# [[The Basics of Object Oriented Programming in Kotlin]]<br> | # [[The Basics of Object Oriented Programming in Kotlin]]<br> | ||
# [[An Introduction to Kotlin Inheritance and Subclassing]]<br> | # [[An Introduction to Kotlin Inheritance and Subclassing]]<br> | ||
+ | # [[Understanding Android Application and Activity Lifecycles|Kotlin - Understanding Android Application and Activity Lifecycles]]<br> |
Revision as of 15:12, 22 November 2017
This book is currently under development. New chapters are added regularly so please check back for updates.
Table of Contents
- 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
- Kotlin - Understanding Android Application and Activity Lifecycles