Fork me on GitHub
#clojure-android
<
2015-07-28
>
fvaresi12:07:07

hi everyone. Does neko provide any wrapper for querying content providers?

alexyakushev12:07:48

fvaresi: Hi there! There's no wrapper for that for now, you'll have to use interop directly

alexyakushev12:07:05

But I have plans to unify SQLite wrapper with this thing because both use cursors in the end

fvaresi14:07:36

I see... Thanks and congratulations for this great work :)

alexyakushev14:07:30

Thank you! If you end up writing it with interop, and have ideas how to wrap it nicely, please share them!

alexyakushev14:07:13

Neko misses features are usually not because something can't be done, but because not enough people use the feature to provide insights

fvaresi14:07:26

Sure! My clojure fu is still quite limit but I'll be glad to share anything useful