JJ's blog

Android, Handler, Thread, Looper, Message 본문

Technology/Android

Android, Handler, Thread, Looper, Message

Jayden_Ji 2016. 5. 30. 16:43


Handler의 동일 Message 중복처리 정책 (보내는 메시지 생성할 때 obtainMessage로 하는 이유)

http://promobile.tistory.com/214


Message 중복 관련 Error Example (StackOverFlow) "This message is already in use."

http://stackoverflow.com/questions/5864990/problem-in-handler-with-messages-in-android

http://stackoverflow.com/questions/4113704/android-handler-message-and-listview


UI의 SubThread에서의 Handler 사용법(설명이 쉽다)

http://arabiannight.tistory.com/entry/331


Thread, Looper, Handler설명

https://realm.io/kr/news/android-thread-looper-handler/


MainThread가 아닐 시 Handler의 Looper 설명

http://aroundck.tistory.com/1022

Comments