(안드로이드) Handler post 메소드에 대한 설명
Handler 객체가 Post 메소드 안에 Runnable객체를 넣는 의미가 직접적으로 이해 되지 않아 문서를 본 결과.
The post versions allow you to enqueue Runnable objects to be called by the message queue when they are received
상대방 측에서 메시지 큐로 부터 수신 했을 떄, 해당 Runnable 즉, 쓰레드 안에서 정의된 로직을 호출한다는 것이다.
The post versions allow you to enqueue Runnable objects to be called by the message queue when they are received
상대방 측에서 메시지 큐로 부터 수신 했을 떄, 해당 Runnable 즉, 쓰레드 안에서 정의된 로직을 호출한다는 것이다.
댓글
댓글 쓰기