-
I just want do the GET action, and build the mapping like this:
.addTypeMapping(TicketWithCollection.class,
SQLiteTypeMapping.builder()
.putR…
-
Hi!
Alas, I can't understand how realize it in "StorIO-way"...
Earlier in #436 you referred on decision, but [excuse me my stupidity] I does not see it in storio-sample.
I see UserWithTweets which …
-
We use https://github.com/pushtorefresh/storio for DB operations and don't use SQLiteDatabase directly, so new binder for insert/delete/update is not quite convenient.
Can you please add some option t…
-
And thanks for your hard work on this great lib.
-
For instance in the : https://github.com/pushtorefresh/storio/blob/master/storio-sqlite-annotations-processor/src/main/java/com/pushtorefresh/storio/sqlite/annotations/processor/generate/PutResolverGe…
gbero updated
8 years ago
-
I´m testing Gila service and I have a question.
Can I analyze any Github project or just those loaded in combobox?
For example, I would like to analize pushtorefresh/storio (https://github.com/pushtor…
-
https://github.com/pakoito/RxPaper
https://github.com/pakoito/RxObservableDiskCache
-
There are few problems with setting `subscribeOn(Schedulers.io())` by default:
- User can not change this behavior.
- If user adds `subscribeOn()` to already configured observable — he just adds unnec…
-
-
Hey there,
Is there any reason why `Query.whereArgs` only accepts `List`s and not `Collection`s?
I tried to call whereArgs with a `Set` variable, which ended up calling whereArgs(Objects... args) be…
gnawf updated
8 years ago