AndroidChannel AndroidChannel is helper library for inter thread communication between main thread and worker thread. AndroidChannel uses HandlerThread for inter thread communication. Setup Gradle dependencies { ... compile 'kr.pe.burt.android.lib:androidchannel:0.0.4' } Example AndroidChan