Kotlin For Android App
I’m going to write kotlin cheats that i have learned from Kotlin docs…
All variables are in kotlin defined as var (Immutable/not changeable) and val(muttable/changeble)..
And there is no need of semicolon
// u can define the type of the or can’t
...