B화면에서 다시 B를 부를 때
(B Activity가 foreground 상태)
Android/안드로이드 onNewIntent 알아보자!
안녕하세요. 오늘은 onNewIntent 에관하여 포스팅을 해보겠습니다. 화면 전환을 하실떄 Intent intent = new Intent(this , MainActivity.class); startActivity(intent); 위와같은 기본 화면 전환 인텐트입니다...
dev.eyegood.co.kr
반응형
'Platform > Android' 카테고리의 다른 글
[UI] Action Bar (0) | 2020.09.04 |
---|---|
[Error] Duplicate class com.google.firebase.* (0) | 2020.09.03 |
[UI] 해상도 (0) | 2020.08.28 |
[UI] (!) failed to initialize editor (0) | 2020.08.27 |
[File] 외부저장소/내부저장소 (0) | 2020.08.16 |