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
やらないことを決める
kaelaela
1
1.1k
ハイインテグリティコミットメントを実現するスクラム開発の進化 / Evolution of Scrum for High Integrity Commitment
kaelaela
1
780
アルプのロードマップ変遷 / Alp Roadmap History
kaelaela
0
2.7k
ApexでPofEAA / PofEAA by Apex
kaelaela
2
470
Zap Your DX!
kaelaela
1
550
Clasp使ってGASを快適に開発する / Let's play Clasp
kaelaela
0
570
LWCでローカルコンポーネント開発 / Local development on LWC
kaelaela
1
1.1k
Clean ArchitectureとEffで変更に強いAPIを設計する
kaelaela
8
4k
こんなに違う!ScalaとKotlin
kaelaela
2
2.1k
Other Decks in Programming
See All in Programming
Gleamという選択肢
comamoca
6
680
Cloudflare Realtime と Workers でつくるサーバーレス WebRTC
nekoya3
0
390
Javaのルールをねじ曲げろ!禁断の操作とその代償から学ぶメタプログラミング入門 / A Guide to Metaprogramming: Lessons from Forbidden Techniques and Their Price
nrslib
3
1.9k
Bytecode Manipulation 으로 생산성 높이기
bigstark
1
270
Rails産でないDBを Railsに引っ越すHACK - Omotesando.rb #110
lnit
1
160
OpenNext + Hono on Cloudflare でイマドキWeb開発スタックを実現する
rokuosan
0
120
GoのWebAssembly活用パターン紹介
syumai
3
9.8k
FastMCPでMCPサーバー/クライアントを構築してみる
ttnyt8701
2
130
コードに語らせよう――自己ドキュメント化が内包する楽しさについて / Let the Code Speak
nrslib
6
1.4k
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
2.9k
「兵法」から見る質とスピード
ickx
0
260
Cursor Meetup Tokyo ゲノミクスとCursor: 進化と制約のあいだ
koido
2
970
Featured
See All Featured
Bash Introduction
62gerente
614
210k
A designer walks into a library…
pauljervisheath
206
24k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Navigating Team Friction
lara
186
15k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
900
Art, The Web, and Tiny UX
lynnandtonic
299
21k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
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!