Programming exercise and assignment related to Kotlin language.
Assignment – 1 | Array, Collection & Functions
- var and val
- Array and Collection
- Functions
- if as statement and expression
- when as statement and expression
- while and do while loop
- for and for each loop
- range operator
Assignment – 2 | Classes, Interfaces & Inheritance
- Classes and Objects
- Getters and setters
- Abstract classes
- Interfaces
- Inheritance
- Method overriding
- Array of objects
Assignment – 3 | Android common widgets
- Common widgets such as edit text, buttons, check box etc.,
- Intents
- Android resources
- Bundles
- Multiple activities