2010. 5. 29. 15:44
모바일/안드로이드
http://blog.radioactiveyak.com/2010/05/when-to-include-exit-button-in-android.html
* [홈키이동]
Intent mHomeIntent = new Intent(Intent.ACTION_MAIN, null);
mHomeIntent.addCategory(Intent.CATEGORY_HOME);
startActivity(mHomeIntent);
* [홈키이동]
Intent mHomeIntent = new Intent(Intent.ACTION_MAIN, null);
mHomeIntent.addCategory(Intent.CATEGORY_HOME);
startActivity(mHomeIntent);
'모바일 > 안드로이드' 카테고리의 다른 글
Video Streaming with the Android Phone (0) | 2010.07.07 |
---|---|
프로 안드로이드 게임 개발 (0) | 2010.06.19 |
경도, 위도 (0) | 2010.05.22 |
Introducing Google TV (0) | 2010.05.22 |
안드로이드2.2 프로요 기능 완벽정리 (1) | 2010.05.21 |