# HandlerThreadDemo **Repository Path**: liuyufa/HandlerThreadDemo ## Basic Information - **Project Name**: HandlerThreadDemo - **Description**: Android HandlerThread 的简单使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #HandlerThreadDemo HandlerThread本质上是一个线程并且内部已经创建Looper方便我们使用。 线程中包含Looper也就意味着该线程是一直循环的,除非调用handlerThread.quit()让线程退出。