Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

KotlinForAndroidDev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Kotlin for Android Developers

Topic#01 - The Guide Essential

  • Example#01 - Converter number
  • Example#02 - concat a function wiht a String
  • Example#03 - Clausula when
  • Example#04 - Check null available
  • Example#05 - Pair and tiple
  • Example#06 - Assigning parameter in function attribute

Topic#02 - Tutorial Functions

  • Example#01 - Flow Control
  • Example#02 - Overloading function
  • Example#03 - Functions as variable
  • Example#04 - Functions as parameter
  • Example#05 - Alias

Topic#03 - Tutorial Collections

  • Example#01 - Arrays
  • Example#02 - ArrayLists
  • Example#03 - Lists
  • Example#04 - Maps

Topic#04 - Object Oriented Programming in Kotlin

  • Example#01 - Class and Primary/Secondary Constructor
  • Example#02 - Initialization
  • Example#03 - Inheritance and Subclass
  • Example#04 - Data Class

Topic#04 - Generics and Lambda

  • Example#01 - Generics
  • Example#01 - Lambdas