Today's

길을 나서지 않으면 그 길에서 만날 수 있는 사람을 만날 수 없다

모바일 앱(안드로이드)

안드로이드 앱 만들기 : Splash screen 만들어 보기 (feat 인터넷 펌)

Billcorea 2022. 5. 25. 09:33
반응형

https://itnext.io/a-comprehensive-guide-to-android-12s-splash-screen-api-644609c811fa

 

A Comprehensive Guide to Android 12’s Splash Screen API

For years Android Devs have always resorted to using a windowBackground or Activity or Fragment for their splash screen. Using the…

itnext.io


스플래쉬 화면 : 앱이 실행 되기 전에 로딩중 보이는 화면 ( 앱이 처리 되는 동안 보이는 progressbar 와는 다른 ...)

오늘은 인터넷에서 퍼온 글 하나를 올려 본다.

요새 배우는중인 jetpack compose 통해서 화면 작업을 해 보고 있는데, splash 화면 만드는 가이드가 나와 있어서 퍼 왔다.

시간이 생기면 작업중인 앱에 적용을 해 보아야 겠다.


반응형