microorm
microorm copied to clipboard
A library for creating Data Access Objects from Android Cursors and converting them back into ContentValues.
[gradle caching](https://docs.gradle.org/current/userguide/build_cache.html). Shared caches can reduce the number of tasks you need to execute by reusing outputs already generated elsewhere. This can significantly decrease build times. We can enable this...
I just came across this library from a StackOverflow link. Didn't get a chance to use it as I just found out there's an official library that does exactly the...
Is there or could you add an option to ignore if cursor misses a column?
`[WARNING] The POM for com.android.support:support-annotations:jar:22.2.1 is missing, no dependency information available ` I get this warning when I attempt to include this library as a dependency in a Maven project....
I am wondering how microorm can be implemented to deal with a cursor from a join result having same column names. After joining two columns my cursor looks like: ```...