Platform/Android
[Android SDK] onNewIntent()
개래갱깽스타
2020. 9. 2. 09:31
B화면에서 다시 B를 부를 때
(B Activity가 foreground 상태)
Android/안드로이드 onNewIntent 알아보자!
안녕하세요. 오늘은 onNewIntent 에관하여 포스팅을 해보겠습니다. 화면 전환을 하실떄 Intent intent = new Intent(this , MainActivity.class); startActivity(intent); 위와같은 기본 화면 전환 인텐트입니다...
dev.eyegood.co.kr
반응형