y-tomimoto / TAKITATE

sandbox for android tutorial
0 stars 1 forks source link

スプラッシュを用意する #3

Closed y-tomimoto closed 4 years ago

y-tomimoto commented 4 years ago

複数方法があるが、下記記事はアンチパターンも上げているため、下記を採用したい。

https://medium.com/@pranjalg2308/best-practice-to-implement-splash-screen-in-android-f8b662d558e7

Code for japan のソースも参考にする。

https://prtimes.jp/main/html/rd/p/000000012.000039198.html

y-tomimoto commented 4 years ago

Activity作ってるみたい。

https://github.com/mamori-i-japan/mamori-i-japan-android/tree/master/app/src/main/java/jp/mamori_i/app/screen/start

y-tomimoto commented 4 years ago

layer listについて

https://dev.classmethod.jp/articles/android-ui-design-layer-list/

y-tomimoto commented 4 years ago

drawable resourceについて

https://developer.android.com/guide/topics/resources/drawable-resource?hl=ja

y-tomimoto commented 4 years ago

Googleが推奨しているSplashの実装

https://medium.com/@brjichkar/android-splash-screen-the-way-google-recommend-it-cabc5f2df77d

y-tomimoto commented 4 years ago

done