Android beginner tutorial

01 - Why Kotlin

Kotlin is an official language for Android, which is announced in Google I/O . It's expressive, concise, and powerful. Best of all, it's interoperable with our existing Android languages and runtime.

02 - Basic Data Type - Kotlin

In Kotlin we don't need to provide data type explicitly(most of the time) for the variables. According to the value of the variable data type is taken by kotlin itself.

05 - Why to learn Android Development

We all knows that Android is the most commonly used platform for mobile. If we do android development then we don't need to worry about the users.

06 - Tools installation and creating first Android Application

We can user Windows,Linux or Mac for Android Development.

12800 Subscribers