@Override
protected void onUserLeaveHint() {
// TODO Auto-generated method stub
super.onUserLeaveHint();
}
이함수를 쓰면 홈버튼을 캐치 할 수 있다.
'Android > Activity' 카테고리의 다른 글
현재 실행중인 Activity를 알아오는 함수 (0) | 2012.08.31 |
---|---|
Activity Life Cycle (0) | 2011.03.09 |
@Override
protected void onUserLeaveHint() {
// TODO Auto-generated method stub
super.onUserLeaveHint();
}
이함수를 쓰면 홈버튼을 캐치 할 수 있다.
현재 실행중인 Activity를 알아오는 함수 (0) | 2012.08.31 |
---|---|
Activity Life Cycle (0) | 2011.03.09 |