10 skills found
crazyqiang / AndroidStudy🔥 Android学习知识点总结 Jetpack、MVVM、MVI、Kotlin、ViewPager2、JUC多线程等,欢迎star!
janishar / Post Office Simulator Looper ExampleThis Android project simulates a Post Office using HandlerThread
QDong415 / QLiveMessageHelper直播间聊天消息列表,直播间RecyclerView。采用3层缓冲机制,一秒内收到几百条消息依然不卡顿。ChatRoom in LiveRoom.Using the three kind of cache strategy and async in HandlerThread.Can carry many messages
tonyofrancis / DispatcherDispatcher is a simple and flexible work scheduler that schedulers work on a background or UI thread correctly in the form of Dispatch using the android.os.Handler class.
Justson / Dispatch QueueDispatch queue is an ultra-high performance queue extending Android message queue. Similar to the coroutine, it supports synchronous return and asynchronous execution. It can wrap the main thread and schedule flexibly
pyricau / Handler Thread LeaksA simple projects that reproduces HandlerThread leaks
JianYeung / HandlerThreadDemoC++模仿Android实现Handler机制
Tegify / HandlerThreadDemoSử dụng HandlerThread để làm background thread trong Android.
JeffMony / MessageQueuec++ message queue
android-code / BackgroundThis is repository of http://androidcode.pl blog Background processing / threading section. It shows usage of chosen Android API classes in purpose to achieve background task processing.