블로그 이미지
박황기
최근에 스마트폰에 관심이 많습니다. 예전에 상상하던 모습들이 점차 이루어지고 있는게 신기하네요.

calendar

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

Notice

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);

'모바일 > 안드로이드' 카테고리의 다른 글

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
posted by 박황기