Android代码-mainthread和WorkerThread线程之间的通信助手库

时间:2022-08-26 14:22:19
【文件属性】:

文件名称:Android代码-mainthread和WorkerThread线程之间的通信助手库

文件大小:219KB

文件格式:ZIP

更新时间:2022-08-26 14:22:19

Android代码

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 AndroidChannel-ProgressLayout I have reimplemented ProgressLayout by using AndroidChannel for example. You can check out souce code at AndroidChannel-ProgressLayout. It shows how to use AndroidChannel when you w


【文件预览】:
AndroidChannel-master
----gradlew(5KB)
----settings.gradle(34B)
----AndroidChannel.iml(968B)
----AndroidChannelApp.iml(948B)
----.idea()
--------libraries()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------compiler.xml(686B)
--------workspace.xml(209KB)
--------gradle.xml(859B)
--------.name(14B)
--------encodings.xml(159B)
--------modules.xml(506B)
--------copyright()
--------vcs.xml(167B)
----example()
--------AndroidChannel-ProgressLayout()
----LICENSE(1KB)
----gradle()
--------wrapper()
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(300B)
----app()
--------src()
--------app.iml(9KB)
--------.gitignore(7B)
--------build.gradle(646B)
--------proguard-rules.pro(657B)
----build.gradle(436B)
----androidchannel()
--------src()
--------androidchannel.iml(8KB)
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(657B)

网友评论