clojure-android

fvaresi 2015-07-28T12:22:07.000004Z

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

alexyakushev 2015-07-28T12:55:48.000006Z

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

alexyakushev 2015-07-28T12:56:05.000007Z

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

fvaresi 2015-07-28T14:11:36.000008Z

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

alexyakushev 2015-07-28T14:12:30.000009Z

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

alexyakushev 2015-07-28T14:13:13.000010Z

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

fvaresi 2015-07-28T14:13:26.000011Z

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

alexyakushev 2015-07-28T14:13:37.000012Z

Sounds great!