본문 바로가기

안드로이드

onCreate()에서 finish경우 빈화면

반응형

https://stackoverflow.com/questions/31817937/activity-layout-blinking-after-finish-is-called

 

 

 

Activity layout blinking after finish() is called

When I open my app, an Activity is started, and inside its onCreate method I'm checking some conditions. If the condition is true, I finish my current Activity and open another one. The problem is:...

stackoverflow.com

 

oncreate는 사용자에게 뷰가 보여주는 시점이 아닌데 왜 보일까..?

 

oncreate에서 예외처리후 액티비티 바로 종료를 시키는데도 불구하고

빈액티비티 보였다가 꺼지는문제..

 

 

https://growup-lee.tistory.com/entry/Android-%EC%95%B1-%EC%8B%A4%ED%96%89-%EC%8B%9C-%EB%B9%88-%ED%99%94%EB%A9%B4-%EB%B3%B4%EC%9D%B4%EB%8A%94-%ED%98%84%EC%83%81-%EB%B0%A9%EC%A7%80

 

[Android] 앱 실행 시 빈 화면 보이는 현상 방지

개요 앱을 개발하면서 앱을 실행하면 빈 화면(하얀화면 또는 까만화면)이 보였다 ApplicationManifest에서 설정된 첫 Activity가 보이는 현상이 있다. 이 현상을 없애고 첫 화면이 바로 보이도록 하는 방

growup-lee.tistory.com

 

 

도움되던 블로그들

 

반응형

'안드로이드' 카테고리의 다른 글

Elevation  (0) 2022.11.22
window  (0) 2022.10.13
SurfaceView  (0) 2022.04.02
안드로이드 Mainthread 와 subthread  (0) 2022.01.11
뷰의 터치이벤트 관리  (0) 2021.10.18