ui-thread
There are 15 repositories under ui-thread topic.
microsoft/vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
metalabdesign/AsyncAwait
async/await for Android built upon coroutines introduced in Kotlin 1.1
rgommezz/reanimated-collapsible-navbar
Declarative implementation of a collapsible navigation bar with snapping in React Native, with all animations running on the UI thread :rocket:
NeoTech-Software/Android-Retainable-Tasks
A mini-library that makes it really easy to retain background tasks on orientation changes
xmagicj/HappyVolley
[未修改源码]在非UI线程返回Response且可以配置并发线程数的Volley, 内涵福利, Demo采用MVP架构设计
BoxResin/AndroidThreadSwitcher
A handy Android Kotlin library to make it easy to switch between UI and Worker thread
SysdataSpA/UniversalEventBus
An android Event Bus Architecture ( compatible with RxJava, Otto and other bus implementations)
kartikeyvaish/React-Native-Animations
Animations at 60 FPS using React Native. These animations are tested for both iOS and Android.
chalu/comlink-workers
Sample project advocating for web workers, Comlink and .... making the UI thread great again
conena/therlock
Find blocked threads and their cause
conena/anr-detective
Identify and resolve potential Application Not Responding (ANR) issues
unblinking/fragmentBoss
📱 fragmentBoss is a library module for Android app development, allowing such actions as resurfacing a fragment in the back stack without popping other fragments out or recreating fragments that are already in the back stack.
srinurp/AndroidRxJava
Android RxJava use cases, parallel processing and updating UI thread from background process examples.