-
I've taken the example inside TweetsFragment from the sample app and modified it slightly to show what I mean. `inner.doOnCompleted` will log successfully, but `outer.onComplete()` does not get called…
-
Hey!
I have a question about storio and rxjava. I try to display some info about database entries. After several subsequent requests rxjava stops produce responses from db. It ends up with ~70 sleepi…
-
Hi,
I am trying to use StorIO in this manner:
``` java
storIOSQLite.internal().beginTransaction();
try {
storIOSQLite
…
-
Error:Execution failed for task ':app:packageDebug'.
Duplicate files copied in APK META-INF/services/javax.annotation.processing.Processor
File 1: abc.gradle\caches\modules-2\files-2.1\com.google.au…
-
Although I understand that `LIMIT` clause [may be pretty complex](https://www.sqlite.org/lang_select.html), I think that it would be handy to have overloaded versions `limit(int)` and `limit(int, int)…
-
Could you please add some more complex sample-app with an example of making many-to-many relations? I've implemented storIO in my project quite successfully but now i'm stuck at creating more complex …
-
now:
``` java
final ContentValues contentValues = new ContentValues(1);
contentValues.put(MyTable.COL_VALUE, "value");
storIOSQLite
.internal()
.update(UpdateQuery.bu…
-
Looking at the Retrofit Builder it has a mandatory field of BaseUrl. With this in mind shouldn't the BaseUrl be part of the constructor or the Builder class?
-
As I see in sample you are using [string concatenation](https://github.com/pushtorefresh/storio/blob/master/storio-sample-app/src/main/java/com/pushtorefresh/storio/sample/db/DbOpenHelper.java#L19-L25…
-
Bug in the documentation! @nikitin-da static methods for builders should be also noticed in docs/StorIOSQLite.md