인텐트 생성, 인텐트 생성자
CODEDRAGON ㆍDevelopment/Android
반응형
인텐트 생성자
Intent() |
Intent(Intent o) |
Intent(String action [, Uri uri]) |
Intent(String action, Context packageContext, Class<?> cls) |
인자 |
설명 |
action |
실행하고자 하는 동작 |
uri |
리소스 정보 |
packageContext |
호출하는 액티비티 |
cls |
호출할 액티비티, 호출되는 액티비티 |
'Development > Android' 카테고리의 다른 글
Emulator: emulator: ERROR: x86_64 emulation currently requires hardware acceleration 해결방법 (0) | 2018.11.10 |
---|---|
raw 폴더 (0) | 2018.10.27 |
A67 - 인텐트 호출하여 각종 Action수행 (0) | 2018.10.15 |
Installation failed with message Failed to establish session. - 해결방법 (0) | 2018.10.10 |
인텐트 종류 (0) | 2018.09.29 |