Presentation on Kotlin programming Language.pptx

bdhdhello61 37 views 6 slides Jun 11, 2024
Slide 1
Slide 1 of 6
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6

About This Presentation

Kotlin programming language basic slide


Slide Content

Presentation on Kotlin programming Language By Parag Sharma

Kotlin is a programming language that based on JVM(java virtual machine) and work with JDK(Java Development Kit). This is the official language for android app development(According to Google IO 2017). Kotlin was developed by JetBrains . What is kotlin ?

What Is Kotlin ? History Of Kotlin How kotlin works Hello world in kotlin Variable , Function and loops in kotlin Java vs Kotlin Some Snapshots of Google Io 2017 Best language for Android App Development Content

Every programming language history starts with need. In 2008 Google launched his first android version and at that time the most popular programming language for developing android app are java and c++ . After in 2012 google launched first official IDE for android app development that was Android Studio. History of Kotlin

Initially Android studio supports only java programming language but the main disadvantage of java is to very long syntax(Boilerplate syntax). So here kotlin comes into the picture in frist time. Jetbrains Engg starts building kotlin programming language and in year 2016 kotlin’s frist version was released. In Google Io 2017 , google announced kotlin as the official language for android app development.

So hello world is the basic programme for any programming language and also a programmer Hello world In kotlin