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.4k
やらないことを決める
kaelaela
1
1.3k
ハイインテグリティコミットメントを実現するスクラム開発の進化 / Evolution of Scrum for High Integrity Commitment
kaelaela
1
900
アルプのロードマップ変遷 / Alp Roadmap History
kaelaela
0
3k
ApexでPofEAA / PofEAA by Apex
kaelaela
2
510
Zap Your DX!
kaelaela
1
600
Clasp使ってGASを快適に開発する / Let's play Clasp
kaelaela
0
660
LWCでローカルコンポーネント開発 / Local development on LWC
kaelaela
1
1.3k
Clean ArchitectureとEffで変更に強いAPIを設計する
kaelaela
8
4.1k
Other Decks in Programming
See All in Programming
Agentic AI: Evolution oder Revolution
mobilelarson
PRO
0
120
Docコメントで始める簡単ガードレール
keisukeikeda
1
100
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
600
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
130
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
360
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
400
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
110
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
2
150
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
210
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.3k
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
250
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
1.9k
Featured
See All Featured
Designing for Timeless Needs
cassininazir
0
150
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
290
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
61
52k
エンジニアに許された特別な時間の終わり
watany
106
240k
New Earth Scene 8
popppiees
1
1.7k
How to make the Groovebox
asonas
2
2k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.8k
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
Accessibility Awareness
sabderemane
0
74
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!