Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khushijtrivedi/kotlin_basics

Crash Course tutorial of basic and fundamental concepts of kotlin
https://github.com/khushijtrivedi/kotlin_basics

Last synced: 9 days ago
JSON representation

Crash Course tutorial of basic and fundamental concepts of kotlin

Awesome Lists containing this project

README

        

Consists of basic Kotlin syntax and fundamnetals of Kotlin as well as any programming langauge.
Kotlin is used for its following features:
1) Complete null safety (safe calls concept is used in the files
2) Uses all java libraries
3) Kotlin has coroutines (lightweight threads)
4) Less ode compare to java

Concepts applied here:
1) Datatype
2) Type Conversion and Inference
3) string and Manipulation
4) Pair and triples
5) conditonal expression
6) range and elvis operator
7) null safety concept
8) array and loop
9) OOPS
10) functions and member varibales and primary constructor
11) inheritance and interface
12) usage of open , object keyword
13) singletopn class
14) collections