About This Book "Kotlin Programming & Exercises" is a textbook for high school and college students; it covers all essential Kotlin language knowledge. You can learn complete primary skills of Kotlin programming fast and easily. The textbook includes many practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam.
A Book Unknown to the Public This is a programming textbook from the faraway east. For people here, this textbook is full of exotic and different styles. However, it is wise for you to learn multicultural skills from different angles. For the same problem, there are different explanations and different solutions. Namely, standing another standpoint to study this textbook, you will not only have the outstanding ability of the people here, but also the smart wisdom of the people there. Finally, you are bound to become a great engineer in the IT field!
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