꿈소년의 개발 이야기

[Intent] Intent 를 통한 다른 어플 본문

Android Development

[Intent] Intent 를 통한 다른 어플

꿈소년 2010. 10. 11. 12:06
반응형




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