Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Kotlin para Android Developers
Search
Armando Picón
November 26, 2016
Technology
0
44
Kotlin para Android Developers
Charla dada en DevFest Cochabamba 2016 - Bolivia (25/11/16)
Armando Picón
November 26, 2016
Tweet
Share
More Decks by Armando Picón
See All by Armando Picón
Dibujo en Compose
devpicon
0
41
Gemini in Android Studio
devpicon
0
2.5k
Scalable Depency Management with Version Catalog
devpicon
0
29
Desmitificando Clean Architecture en Android
devpicon
0
92
StateFlow y SharedFlow ¿el fin de LiveData?
devpicon
0
290
Introdução ao Kotlin Flow
devpicon
0
110
Introducción a Kotlin Flow
devpicon
0
130
Introduction to Kotlin Flow
devpicon
0
240
Coroutines on the way!
devpicon
0
51
Other Decks in Technology
See All in Technology
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
400
[Journal club] Thinking in Space: How Multimodal Large Language Models See, Remember, and Recall Spaces
keio_smilab
PRO
0
110
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
300
Amazon Athena で JSON・Parquet・Iceberg のデータを検索し、性能を比較してみた
shigeruoda
1
280
初海外がre:Inventだった人間の感じたこと
tommy0124
1
150
re:Inventに行くまでにやっておきたいこと
nagisa53
0
880
境界線が消える世界におけるQAエンジニアのキャリアの可能性を考える / Considering the Career Possibilities for QA Engineers
mii3king
2
110
激動の時代を爆速リチーミングで乗り越えろ
sansantech
PRO
1
210
累計5000万DLサービスの裏側 – LINEマンガのKotlinで挑む大規模 Server-side ETLの最適化
ldf_tech
0
110
어떤 개발자가 되고 싶은가?
arawn
1
350
デザインとエンジニアリングの架け橋を目指す OPTiMのデザインシステム「nucleus」の軌跡と広げ方
optim
0
130
プロダクト開発と社内データ活用での、BI×AIの現在地 / Data_Findy
sansan_randd
1
720
Featured
See All Featured
Building an army of robots
kneath
306
46k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
Scaling GitHub
holman
463
140k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Mobile First: as difficult as doing things right
swwweet
225
10k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
KATA
mclloyd
PRO
32
15k
Rails Girls Zürich Keynote
gr2m
95
14k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Transcript
Kotlin para Android Developers +ArmandoPicon @devpicon
None
None
™
¿Por qué Kotlin? - Conciso - Seguro - Versatil -
Interoperable
None
¿Cómo trabaja Kotlin?
Código Java Código Kotlin javac kotlinc bytecode Dalvik ART Android
¿Cómo agregar Kotlin a tu proyecto?
¿Cómo agregar Kotlin a tu proyecto? apply plugin: 'kotlin-android' buildscript
{ dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }
¿Cómo agregar Kotlin a tu proyecto? apply plugin: 'kotlin-android' buildscript
{ dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" }
¡Vamos a echarle mano al código!
Algunos ejemplos: github.com/devpicon
Gracias! @devpicon +ArmandoPicon github.com/devpicon apiconz.blogspot.com @devpicon