-
Has anyone an example how to do pagination with StorIO?
-
I'm having this problem with being unable to resolve two dependencies with Version Catalog.
Then when I try syncing I get the error `Unable to resolve dependency for...`
When running `./gradlew …
-
https://github.com/NYTimes/Store or https://github.com/pushtorefresh/storio
-
Egil Hansen has an [extensive playlist](https://www.youtube.com/playlist?list=PL2LoDmbC1g20uJjUwPGQxpQjdnmpMqV0t) of videos on YouTube explaining how to use bUnit to add unit tests to a fork of the Bl…
-
@geralt-encore dude, @nikitin-da and I own you a beer 🍻 for [all you've done for StorIO](https://github.com/pushtorefresh/storio/search?p=2&q=geralt-encore&type=Issues&utf8=✓)!
Ping us when you'll …
-
What is elegant and effective way to do that with StorIO?
-
Could help a bit with type safety
```
storIo.put()
.`object`(sqlData) //should fail to compile if `SqlData` does not implement the marker interface
.prepare()
…
-
I would like to propose adding README file as a description to explain potential users that basic sample is as basic as possible and more complicated scenarios they can find in storio-sample-app modul…
-
build.gradle:
implementation 'com.pushtorefresh.storio3:sqlite:3.0.1'
sync error:
Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1
How we can migrate to androidx with storio? Maybe yo…
-
For example, can I have an Animal class, Lion class, and Tiger class. Tiger and Lion share similar column names like weight, height, etc. Would such a senario work with storio's annotation processor? …