mitmel / SimpleContentProvider

A simple ContentProvider for Android
http://mobile.mit.edu/
Other
79 stars 32 forks source link

way to integrate non-SQLite paths #3

Open xxv opened 13 years ago

xxv commented 13 years ago

It'd be nice if it would be possible to create virtual paths in the same content provider that aren't backed by SQLite databases. For example, one could have a thumbnail resource that's backed by a filesystem. This extension could possibly include a simple file-backed provider for saving binary blobs.