This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7 days.
About This Book "Kotlin Programming in 8 Hours” covers all essential Kotlin language knowledge . You can learn complete primary skills of Kotlin programming fast and easily . The book includes many practical examples for beginners and includes questions & answers for the college exam, the engineer certification exam, and the job interview exam .
Disclaimer This book only for Kotlin beginners, high school and college students, it is not suitable for experienced Kotlin programmers .
Source Code for Download This book provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs .
Table of Content
Hour 1 What is Kotlin? Install JDK Install the IDE
Hour 2 Comment Kotlin Output Variables Data Type Data Type Conversion Escape Sequences
Hour 3 Arithmetical Operators Comparison Operators Assignment Operators Monadic Operator Logical Operators Package The Value of Variable Kotlin Input Range
Hour 4 If-else Statement When Statement For Loop While Loop Do-While Loop Break Statement Break@Identifier Continue Statement Continue@Identifier
Hour 5 Array Array Assignment Array Accessment Other Type Arrays Array Size Array Default Values Iterate Through Array (1) Iterate Through Array (2)
Hour 6 String Raw String String Length String Access String Template String Functions String Functions Example Two String Values $ Symbol The Last Index
Hour 7 Function Default Parameters Pass Parameters Recursive Function Lambda Function High Level Function Lambda & H . L . Function (1) Lambda & H . L . Function (2) Inline Function
Hour 8 Class Object Class & Object Constructor (1) Constructor (2) Inheritance
Appendix 1 Abstract Class Interface Access Modifiers List Map Set