SlideShare a Scribd company logo
otlin
Android Development
with
Andrey Breslav
Kotlin for Android: Brief and Clear
otlin
bytecode
Why a new language?
Cup<Coffee> cup = new Cup<Coffee>(new Coffee())
Cup<Coffee> cup = new Cup<>(new Coffee())
Cup<Coffee> cup = new Cup(new Coffee())
Why not…
Java 7
Kotlin for Android: Brief and Clear
When will Android get Java 8?
Design Principles
Industry
Tooling
Safety
Facts about Kotlin
• Current version: 0.7
• Tooling
– IntelliJ IDEA/Android Studio
– Gradle/Maven/Ant
• Runtime size: 800K, and shrinking
DEMO

More Related Content

PPTX
Kotlin (Introduction for students)
PDF
JVMLS 2016. Coroutines in Kotlin
PDF
Functions and data
PPT
The Kotlin Programming Language
PPTX
Intro to kotlin
PDF
Swift and Kotlin Presentation
PPTX
Introduction to Kotlin: Brief and clear
PPTX
Flexible Types in Kotlin - JVMLS 2015
Kotlin (Introduction for students)
JVMLS 2016. Coroutines in Kotlin
Functions and data
The Kotlin Programming Language
Intro to kotlin
Swift and Kotlin Presentation
Introduction to Kotlin: Brief and clear
Flexible Types in Kotlin - JVMLS 2015

More from Andrey Breslav (15)

PDF
2022 May - Shoulders of Giants - Amsterdam - Kotlin Dev Day.pdf
PPTX
Shoulders of giants: Languages Kotlin learned from
PPTX
Future of Kotlin - How agile can language development be?
PPTX
Eval4j @ JVMLS 2014
PDF
Kotlin: Challenges in JVM language design
PPTX
Kotlin gets Reflection
PPTX
Language Design Trade-offs
PDF
Kotlin: Incompetence * Motivation = Innovation?
PDF
Who's More Functional: Kotlin, Groovy, Scala, or Java?
PDF
JavaOne2012: Kotlin: Practical Aspects of JVM Language Implementation
PDF
[JVMLS 12] Kotlin / Java Interop
PDF
Kotlin @ Devoxx 2011
PDF
Kotlin Slides from Devoxx 2011
PDF
Kotlin @ CSClub & Yandex
PDF
Kotlin @ StrangeLoop 2011
2022 May - Shoulders of Giants - Amsterdam - Kotlin Dev Day.pdf
Shoulders of giants: Languages Kotlin learned from
Future of Kotlin - How agile can language development be?
Eval4j @ JVMLS 2014
Kotlin: Challenges in JVM language design
Kotlin gets Reflection
Language Design Trade-offs
Kotlin: Incompetence * Motivation = Innovation?
Who's More Functional: Kotlin, Groovy, Scala, or Java?
JavaOne2012: Kotlin: Practical Aspects of JVM Language Implementation
[JVMLS 12] Kotlin / Java Interop
Kotlin @ Devoxx 2011
Kotlin Slides from Devoxx 2011
Kotlin @ CSClub & Yandex
Kotlin @ StrangeLoop 2011
Ad

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Cloud computing and distributed systems.
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Cloud computing and distributed systems.
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
cuic standard and advanced reporting.pdf
Network Security Unit 5.pdf for BCA BBA.
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
sap open course for s4hana steps from ECC to s4
20250228 LYD VKU AI Blended-Learning.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Ad

Kotlin for Android: Brief and Clear