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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Armando Picón
July 21, 2024
Programming
0
47
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.7k
Scalable Depency Management with Version Catalog
devpicon
0
38
Desmitificando Clean Architecture en Android
devpicon
0
120
StateFlow y SharedFlow ¿el fin de LiveData?
devpicon
0
300
Introdução ao Kotlin Flow
devpicon
0
120
Introducción a Kotlin Flow
devpicon
0
140
Introduction to Kotlin Flow
devpicon
0
260
Coroutines on the way!
devpicon
0
56
The Journey to Reach a Good Architecture
devpicon
0
160
Other Decks in Programming
See All in Programming
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
330
Ruby x Terminal
a_matsuda
5
510
2026/02/04 AIキャラクター人格の実装論 口 調の模倣から、コンテキスト制御による 『思想』と『行動』の創発へ
sr2mg4
0
640
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
120
Swift ConcurrencyでよりSwiftyに
yuukiw00w
0
200
AI時代のソフトウェア開発でも「人が仕様を書く」から始めよう-医療IT現場での実践とこれから
koukimiura
0
110
ぼくの開発環境2026
yuzneri
1
290
AI巻き込み型コードレビューのススメ
nealle
2
2.4k
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
110
Oxlint JS plugins
kazupon
1
1.1k
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
13
7.4k
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
9
4.7k
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
97
6.5k
GraphQLとの向き合い方2022年版
quramy
50
14k
Git: the NoSQL Database
bkeepers
PRO
432
66k
Making the Leap to Tech Lead
cromwellryan
135
9.7k
My Coaching Mixtape
mlcsv
0
63
The Limits of Empathy - UXLibs8
cassininazir
1
240
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
190
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Paper Plane (Part 1)
katiecoart
PRO
0
5k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
660
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
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!