$30 off During Our Annual Pro Sale. View Details »
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
42
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
2.6k
Scalable Depency Management with Version Catalog
devpicon
0
32
Desmitificando Clean Architecture en Android
devpicon
0
100
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
140
Introduction to Kotlin Flow
devpicon
0
250
Coroutines on the way!
devpicon
0
52
The Journey to Reach a Good Architecture
devpicon
0
160
Other Decks in Programming
See All in Programming
DSPy Meetup Tokyo #1 - はじめてのDSPy
masahiro_nishimi
1
170
SwiftUIで本格音ゲー実装してみた
hypebeans
0
350
Socio-Technical Evolution: Growing an Architecture and Its Organization for Fast Flow
cer
PRO
0
330
AIコーディングエージェント(Manus)
kondai24
0
180
テストやOSS開発に役立つSetup PHP Action
matsuo_atsushi
0
150
從冷知識到漏洞,你不懂的 Web,駭客懂 - Huli @ WebConf Taiwan 2025
aszx87410
2
2.5k
20251127_ぼっちのための懇親会対策会議
kokamoto01_metaps
2
430
FluorTracer / RayTracingCamp11
kugimasa
0
230
251126 TestState APIってなんだっけ?Step Functionsテストどう変わる?
east_takumi
0
320
Canon EOS R50 V と R5 Mark II 購入でみえてきた最近のデジイチ VR180 事情、そして VR180 静止画に活路を見出すまで
karad
0
110
ID管理機能開発の裏側 高速にSaaS連携を実現したチームのAI活用編
atzzcokek
0
230
connect-python: convenient protobuf RPC for Python
anuraaga
0
410
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
34
9k
Done Done
chrislema
186
16k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Context Engineering - Making Every Token Count
addyosmani
9
510
Being A Developer After 40
akosma
91
590k
Raft: Consensus for Rubyists
vanstee
141
7.2k
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
How GitHub (no longer) Works
holman
316
140k
Thoughts on Productivity
jonyablonski
73
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!