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
Dibujo en Compose
Search
Armando Picón
July 21, 2024
Programming
0
20
Dibujo en Compose
Armando Picón
July 21, 2024
Tweet
Share
More Decks by Armando Picón
See All by Armando Picón
Gemini in Android Studio
devpicon
0
1.1k
Scalable Depency Management with Version Catalog
devpicon
0
15
Desmitificando Clean Architecture en Android
devpicon
0
83
StateFlow y SharedFlow ¿el fin de LiveData?
devpicon
0
230
Introdução ao Kotlin Flow
devpicon
0
70
Introducción a Kotlin Flow
devpicon
0
110
Introduction to Kotlin Flow
devpicon
0
180
Coroutines on the way!
devpicon
0
41
The Journey to Reach a Good Architecture
devpicon
0
92
Other Decks in Programming
See All in Programming
offers_20241022_imakiire.pdf
imakurusu
2
360
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
200
推し活としてのrails new/oshikatsu_ha_iizo
sakahukamaki
3
1.7k
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
850
破壊せよ!データ破壊駆動で考えるドメインモデリング / data-destroy-driven
minodriven
16
4.1k
Modern Angular: Renovation for Your Applications
manfredsteyer
PRO
0
210
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism- An Example
philipschwarz
PRO
0
170
Webの技術スタックで マルチプラットフォームアプリ開発を可能にするElixirDesktopの紹介
thehaigo
2
920
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
150
Identifying User Idenity
moro
6
7.9k
Why Spring Matters to Jakarta EE - and Vice Versa
ivargrimstad
0
980
プロジェクト新規参入者のリードタイム短縮の観点から見る、品質の高いコードとアーキテクチャを保つメリット
d_endo
1
1k
Featured
See All Featured
Designing for Performance
lara
604
68k
Scaling GitHub
holman
458
140k
Faster Mobile Websites
deanohume
304
30k
Facilitating Awesome Meetings
lara
49
6k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
3
370
Music & Morning Musume
bryan
46
6.1k
A better future with KSS
kneath
238
17k
RailsConf 2023
tenderlove
29
880
The World Runs on Bad Software
bkeepers
PRO
65
11k
BBQ
matthewcrist
85
9.3k
Six Lessons from altMBA
skipperchong
26
3.5k
Transcript
Dibujando en Compose - Parte 1 Armando Picón - @devpicon
What is a canvas?
How to start - Choosing a canvas - Canvas() -
Create a canvas - drawBehind{} - drawWithContent{} - drawWithCache{}
Coordinate system x y (0,0) (width,height)
Coordinate system - Offset x y (0,0) (width,height) Offset (x,
y) (desplazamiento) (15,40 )
Functions drawText() drawImage() Basic shapes - drawRect() - drawCircle() -
drawLine() - drawRoundedRect() - drawOval() - drawArc() - drawPoints
Show me the code…
Nos vemos en la próxima!