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
50
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
42
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
270
Coroutines on the way!
devpicon
0
58
The Journey to Reach a Good Architecture
devpicon
0
170
Other Decks in Programming
See All in Programming
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
150
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.5k
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
150
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
420
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
120
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
220
AIコードレビューの導入・運用と AI駆動開発における「AI4QA」の取り組みについて
hagevvashi
0
500
CSC307 Lecture 14
javiergs
PRO
0
480
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
750
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
130
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
440
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Producing Creativity
orderedlist
PRO
348
40k
Done Done
chrislema
186
16k
For a Future-Friendly Web
brad_frost
183
10k
The Language of Interfaces
destraynor
162
26k
Prompt Engineering for Job Search
mfonobong
0
200
The untapped power of vector embeddings
frankvandijk
2
1.6k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
260
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Designing for Timeless Needs
cassininazir
0
170
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
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!