일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 가성비프로젝터
- 머시멜로
- LGFlatron
- Android
- 직무 역량
- linux
- 인터넷우회
- OSD잠금
- 눈꽃 사진
- error
- mainthread
- ClubMed
- 실업급여온라인교육정답
- 실업급여 신청 방법
- git setup
- 리눅스
- 실업급여동영상퀴즈
- PJM-F3000
- 에러
- 기본 알람
- Eclipse
- OSD잠금해제
- W2453V
- SBS100
- LGFlatronOSD잠금해제
- 무음 설정
- OSDLock-loosening
- askii
- 여행
- 안드로이드
- Today
- Total
JJ's blog
[Android] Activity onUserInteraction() 본문
onUserInteraction
void onUserInteraction ()
Called whenever a key, touch, or trackball event is dispatched to the activity. Implement this method if you wish to know that the user has interacted with the device in some way while your activity is running. This callback and onUserLeaveHint()
are intended to help activities manage status bar notifications intelligently; specifically, for helping activities determine the proper time to cancel a notfication.
All calls to your activity's onUserLeaveHint()
callback will be accompanied by calls to onUserInteraction()
. This ensures that your activity will be told of relevant user activity such as pulling down the notification pane and touching an item there.
Note that this callback will be invoked for the touch down action that begins a touch gesture, but may not be invoked for the touch-moved and touch-up actions that follow.
'Technology > Android' 카테고리의 다른 글
WeakReference, SoftReference, StrongReference (0) | 2017.11.10 |
---|---|
[Android] API Level (0) | 2017.09.09 |
ConcurrentModificationException (0) | 2017.02.17 |
[Android] WebView와 메모리에 관하여 (0) | 2016.12.23 |
[Android] EditText 글자 길이 제한 (0) | 2016.09.20 |