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
28
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
2k
Scalable Depency Management with Version Catalog
devpicon
0
21
Desmitificando Clean Architecture en Android
devpicon
0
87
StateFlow y SharedFlow ¿el fin de LiveData?
devpicon
0
260
Introdução ao Kotlin Flow
devpicon
0
87
Introducción a Kotlin Flow
devpicon
0
120
Introduction to Kotlin Flow
devpicon
0
200
Coroutines on the way!
devpicon
0
47
The Journey to Reach a Good Architecture
devpicon
0
120
Other Decks in Programming
See All in Programming
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
4
1k
Django for Data Science (Boston Python Meetup, March 2025)
wsvincent
0
290
Devin入門と最近のアップデートから見るDevinの進化 / Introduction to Devin and the Evolution of Devin as Seen in Recent Update
rkaga
9
4.2k
安全に倒し切るリリースをするために:15年来レガシーシステムのフルリプレイス挑戦記
sakuraikotone
5
2.6k
プログラミング教育のコスパの話
superkinoko
0
130
これだけは知っておきたいクラス設計の基礎知識 version 2
masuda220
PRO
18
4.1k
SQL Server ベクトル検索
odashinsuke
0
140
海外のアプリで見かけたかっこいいTransitionを真似てみる
shogotakasaki
1
140
Signal-Based Data FetchingWith the New httpResource
manfredsteyer
PRO
0
120
エンジニア未経験が最短で戦力になるためのTips
gokana
0
240
Boost Your Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
610
Defying Front-End Inertia: Inertia.js on Rails
skryukov
0
370
Featured
See All Featured
The Invisible Side of Design
smashingmag
299
50k
We Have a Design System, Now What?
morganepeng
51
7.5k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Git: the NoSQL Database
bkeepers
PRO
430
65k
GraphQLとの向き合い方2022年版
quramy
45
14k
How STYLIGHT went responsive
nonsquared
99
5.4k
It's Worth the Effort
3n
184
28k
Docker and Python
trallard
44
3.3k
Code Reviewing Like a Champion
maltzj
522
39k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.6k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.7k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
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!