Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khushijtrivedi/kotlin_basics
- Owner: khushijtrivedi
- Created: 2024-05-29T08:39:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T11:02:04.000Z (8 months ago)
- Last Synced: 2024-11-16T05:26:34.660Z (2 months ago)
- Language: Kotlin
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 javaConcepts 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