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
SWIFT & KOTLIN
Search
Flavio Franco
August 01, 2017
Programming
0
47
SWIFT & KOTLIN
Presentation created for the Meetup #2 Kotlin
Flavio Franco
August 01, 2017
Tweet
Share
Other Decks in Programming
See All in Programming
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
890
Inside of Swift Export
giginet
PRO
1
240
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
250
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
1.9k
Ktorで簡単AIアプリケーション
tsukakei
0
120
外接に惑わされない自システムの処理時間SLIをOpenTelemetryで実現した話
kotaro7750
0
130
スキーマ駆動で、Zod OpenAPI Honoによる、API開発するために、Hono Takibiというライブラリを作っている
nakita628
0
330
オープンソースソフトウェアへの解像度🔬
utam0k
18
3.2k
Blazing Fast UI Development with Compose Hot Reload (droidcon London 2025)
zsmb
0
420
CSC305 Lecture 11
javiergs
PRO
0
320
ネストしたdata classの面倒な更新にさようなら!Lensを作って理解するArrowのOpticsの世界
shiita0903
1
180
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
GraphQLとの向き合い方2022年版
quramy
49
14k
Docker and Python
trallard
46
3.6k
Bash Introduction
62gerente
615
210k
Mobile First: as difficult as doing things right
swwweet
225
10k
How GitHub (no longer) Works
holman
315
140k
YesSQL, Process and Tooling at Scale
rocio
174
15k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
190
55k
Six Lessons from altMBA
skipperchong
29
4k
The Language of Interfaces
destraynor
162
25k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Transcript
Swift & Kotlin Flavio Franco @VLEIX
pero, ¿qué es swift?
None
None
SWIFT • Desarrollado por Apple • Primera aparición Junio 2,
2014 • LLVM • Interoperable con Objective-C • Última versión estable 3.0.1
KOTLIN • Desarrollado por JetBrains • Primera aparición 2012 •
JVM • Interoperable con Java • Última versión estable 1.0.5
None
¿Cross Platform?
None
Sintaxis
Sintaxis Variables And Constants
Explicit Types String Interpolation
Range Operator Array Functions
Class Declaration Class Usage
Checking Type Protocol
En resumen... • Desarrollo nativo • Similitudes • Desarrollo paralelo
GRACIAS :) Repositorio https://github.com/VLEIX/DemoSwiftKotlin @VLEIX