zendesk / android-db-commons

Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222 stars 28 forks source link

Loader helper #22

Closed chalup closed 10 years ago

chalup commented 10 years ago

Helper class which, if used correctly, allows using anonymous Functions in FluentCursorBuilder.wrap/transform and provides application Context in method wrapping onCreateLoader callback (so it can be used in wraps and transforms).

Missing stuff: README.md update.

Related to issue #18