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.9k
やらないことを決める
kaelaela
1
1.2k
ハイインテグリティコミットメントを実現するスクラム開発の進化 / Evolution of Scrum for High Integrity Commitment
kaelaela
1
840
アルプのロードマップ変遷 / 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
620
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
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
2
280
ALL CODE BASE ARE BELONG TO STUDY
uzulla
27
6.6k
Reactive Thinking with Signals and the Resource API
manfredsteyer
PRO
0
110
PHPに関数型の魂を宿す〜PHP 8.5 で実現する堅牢なコードとは〜 #phpcon_hiroshima / phpcon-hiroshima-2025
shogogg
1
330
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
130
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
410
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
200
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
190
Devoxx BE - Local Development in the AI Era
kdubois
0
140
What's new in Spring Modulith?
olivergierke
1
170
GC25 Recap: The Code You Reviewed is Not the Code You Built / #newt_gophercon_tour
mazrean
0
110
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Designing for humans not robots
tammielis
254
26k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
630
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Faster Mobile Websites
deanohume
310
31k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
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!