Skip to content

Commit

Permalink
Modify README file
Browse files Browse the repository at this point in the history
- Modify lib description.
- Add CHANGELOG.md
  • Loading branch information
sagar-viradiya committed Jul 10, 2021
1 parent 2d8ab81 commit bef17d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## [1.0.0] - July 11, 2021
- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# callback-ktx
![CI](https://github.com/sagar-viradiya/callback-ktx/actions/workflows/ci.yml/badge.svg)

Extension functions over Android's callback-based APIs which allows writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow.
A lightweight Android library that wraps Android's callback-based APIs into suspending extension functions which allow writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow. This library is inspired by Chris Banes blog on [suspending over view](https://chris.banes.dev/suspending-views/).

Currently covers following APIs

Expand Down

0 comments on commit bef17d8

Please sign in to comment.