일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 안철수
- 코틀린
- build.gradle
- 구글
- git
- ActiveMovieControl
- gradle
- Android
- 자바
- 악성코드
- c
- 탐지기법
- 개발
- kotlin
- 노개북
- 안드로이드 개발
- 리눅스
- 하버드
- Eclipse
- java
- linux
- 보안
- 안드로이드
- Android 4.1
- ActiveX
- KTS
- mime
- C++
- OOM
Archives
- Today
- Total
꿈소년의 개발 이야기
[Intent] Intent 를 통한 다른 어플 본문
반응형
Intent in = new Intent();
in.setClassName("xxx.xxx.xxx.xxx", "xxx.xxx.xxx.xxx");
startActivity(in);
이외에 여러 가능한 조합들이 있으므로 참고.
'Android Development' 카테고리의 다른 글
[Logcat] Logcat Message 내용을 파일로 저장하기. (0) | 2010.10.16 |
---|---|
[Android development] Flashing Froyo 2.2 on ADP2 (0) | 2010.10.12 |
[Android API] onConfigurationChanged (0) | 2010.10.08 |
Service (0) | 2010.08.16 |
Power Management (0) | 2010.08.16 |