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
9.1k
やらないことを決める
kaelaela
1
1.2k
ハイインテグリティコミットメントを実現するスクラム開発の進化 / Evolution of Scrum for High Integrity Commitment
kaelaela
1
850
アルプのロードマップ変遷 / Alp Roadmap History
kaelaela
0
2.8k
ApexでPofEAA / PofEAA by Apex
kaelaela
2
480
Zap Your DX!
kaelaela
1
580
Clasp使ってGASを快適に開発する / Let's play Clasp
kaelaela
0
630
LWCでローカルコンポーネント開発 / Local development on LWC
kaelaela
1
1.2k
Clean ArchitectureとEffで変更に強いAPIを設計する
kaelaela
8
4.1k
Other Decks in Programming
See All in Programming
Tangible Code
chobishiba
3
660
AIを駆使して新しい技術を効率的に理解する方法
nogu66
1
650
The Missing Link in Angular's Signal Story: Resource API and httpResource
manfredsteyer
PRO
0
130
Herb to ReActionView: A New Foundation for the View Layer @ San Francisco Ruby Conference 2025
marcoroth
0
140
AIエージェントでのJava開発がはかどるMCPをAIを使って開発してみた / java mcp for jjug
kishida
4
720
『実践MLOps』から学ぶ DevOps for ML
nsakki55
2
440
2026年向け会社紹介資料
misu
0
240
Developing Specifications - Jakarta EE: a Real World Example
ivargrimstad
0
110
Web エンジニアが JavaScript で AI Agent を作る / JSConf JP 2025 sponsor session
izumin5210
4
1.9k
イベントストーミングのはじめかた / Getting Started with Event Storming
nrslib
1
630
PyCon mini 東海 2025「個人ではじめるマルチAIエージェント入門 〜LangChain × LangGraphでアイデアを形にするステップ〜」
komofr
3
1.1k
TVerのWeb内製化 - 開発スピードと品質を両立させるまでの道のり
techtver
PRO
3
1.1k
Featured
See All Featured
Designing for Performance
lara
610
69k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Thoughts on Productivity
jonyablonski
73
4.9k
Bash Introduction
62gerente
615
210k
Building Adaptive Systems
keathley
44
2.8k
Become a Pro
speakerdeck
PRO
29
5.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
RailsConf 2023
tenderlove
30
1.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
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!