danylo-pavenko / coroutines-event-pipeLinks
Library similar to EventBus, but use Kotlin Coroutines Channel as a provider of Event.
☆25Updated 2 years ago
Alternatives and similar repositories for coroutines-event-pipe
Users that are interested in coroutines-event-pipe are comparing it to the libraries listed below
Sorting:
- Bounce effect in RecyclerView using EdgeEffect☆41Updated 4 years ago
- Sample to practice RecyclerView ConcatAdapter☆50Updated 4 years ago
- ☆48Updated 4 years ago
- Async Diff Util using Coroutines☆28Updated 6 years ago
- ☆55Updated 5 years ago
- Gencycler is the fastest way to write RecyclerView adapters☆73Updated last year
- ☆64Updated 5 years ago
- Android 10's Scoped storage using Image picker (Gallery / Camera) with compression example.☆34Updated 4 years ago
- A demo project to experiment with new Activity Results API in Android☆37Updated 5 years ago
- A guide for using state flows in Android☆45Updated 4 years ago
- Sample app to achieve dynamic transitions in MotionScene with MotionLayout☆31Updated 5 years ago
- Wrapper of FusedLocationProviderClient for Android to support modern usage like LiveData and Flow☆68Updated last year
- ☆63Updated 5 years ago
- Kotlin set of delegates for android lifecycle.☆55Updated 9 months ago
- #AndroidDevChallege Jetpack Compose Countdown timer☆28Updated 4 years ago
- Android View.OnTouchListener implementation to get continuous asynchronous callbacks while touch being held down with desired polling rat…