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
リソースの整理整頓
Search
Yuichi Maekawa
December 16, 2015
Programming
0
1.8k
リソースの整理整頓
GitHub
https://github.com/kaelaela/ResourceColorChangeSample
Yuichi Maekawa
December 16, 2015
Tweet
Share
More Decks by Yuichi Maekawa
See All by Yuichi Maekawa
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
16
8.5k
やらないことを決める
kaelaela
1
1.2k
ハイインテグリティコミットメントを実現するスクラム開発の進化 / Evolution of Scrum for High Integrity Commitment
kaelaela
1
820
アルプのロードマップ変遷 / Alp Roadmap History
kaelaela
0
2.8k
ApexでPofEAA / PofEAA by Apex
kaelaela
2
480
Zap Your DX!
kaelaela
1
570
Clasp使ってGASを快適に開発する / Let's play Clasp
kaelaela
0
600
LWCでローカルコンポーネント開発 / Local development on LWC
kaelaela
1
1.2k
Clean ArchitectureとEffで変更に強いAPIを設計する
kaelaela
8
4k
Other Decks in Programming
See All in Programming
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
580
なぜ今、Terraformの本を書いたのか? - 著者陣に聞く!『Terraformではじめる実践IaC』登壇資料
fufuhu
4
660
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
15
8.2k
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
900
学習を成果に繋げるための個人開発の考え方 〜 「学習のための個人開発」のすすめ / personal project for leaning
panda_program
1
110
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
310
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
470
TDD 実践ミニトーク
contour_gara
0
150
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
860
Laravel Boost 超入門
fire_arlo
1
130
A Gopher's Guide to Vibe Coding
danicat
0
170
Namespace and Its Future
tagomoris
6
480
Featured
See All Featured
Designing for Performance
lara
610
69k
Documentation Writing (for coders)
carmenintech
73
5k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
Become a Pro
speakerdeck
PRO
29
5.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Facilitating Awesome Meetings
lara
55
6.5k
Bash Introduction
62gerente
614
210k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
The Invisible Side of Design
smashingmag
301
51k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Transcript
リソースの整理整頓 for Android @kaelaela potatotips #24
potatotips #24 potatotips #24 Yuichi Maekawa(@kaelaela) kaelaela kaelaela31 @755
potatotips #24
potatotips #24
potatotips #24
potatotips #24
potatotips #24
potatotips #24
potatotips #24
potatotips #24
potatotips #24
potatotips #24
potatotips #24 もれなく不採択だったので さっそく修行にきました
potatotips #24 今日するお話 リソースの整理整頓 potatotips #24
potatotips #24 大事なことは三つ Lintで無駄なファイルを消す Viewのxmlを共通化 Drawableリソースを再利用する リソースの整理整頓
potatotips #24 話すことはひとつ えっ... Lintで無駄なファイルを消す →AndroidStudioで未使用のresourceを検出する(@konifar) | Qiita Viewのxmlを共通化 →AndroidのView共通化方法まとめ(@konifar)
| Qiita Drawableリソースを再利用する リソースの整理整頓
よくあるケース potatotips #24
potatotips #24 よくあるケース
potatotips #24 よくあるケース
potatotips #24 よくあるケース
Drawableリソースを 一つにしたい potatotips #24
potatotips #24 Drawableリソースを 再利用してすっきりさせる potatotips #24
potatotips #24 Drawableリソースを再利用する サンプル作りました kaelaela/ResourceColorChangeSample
potatotips #24 Drawableリソースを再利用する やっていることは三つ 指定した色とリソースを取得 色の明度を40%下げる ColorFilterでオーバーレイ
potatotips #24 Drawableリソースを再利用する 参考 Android ColorFilter を使う|Y.A.M の 雑記帳 RGBとHSV・HSBの相互変換ツール|PEKO
STEP
potatotips #24 Demo potatotips #24
Thank you!