RemoteDataK icon indicating copy to clipboard operation
RemoteDataK copied to clipboard

Algebraic data type (ADT) to represent the state of data that is loading from/to remote sources/destinations

Results 7 RemoteDataK issues
Sort by recently updated
recently updated
newest added

As JCenter will close its distribution service and stop the delivery in February 2022, we need to republish this library including the past versions on Maven Central.

To improve the dev environment with AndroidStudio 4.0

It seems we are trying to restore the state from `SavedStateHandle` but not saving the state 😢 , so this PR fixes to save the state with `SavedStateHandle` properly.

The current implementation of the android version for Parcel support has a lot of overlap with the pure Kotlin one. The design should be improved to share the common code...

enhancement

Currently, builds fail for uploading duplicate artifacts on master branch workflow. It seems to be better to upload them as a SNAPSHOT, and upload the finalized artifact to the release...

I propose to Dockerize the RemoteDataK repository to streamline development, testing, and deployment workflows. Dockerizing the repository will provide several benefits: 1. **Consistency**: It ensures that the application runs the...