cwac-document
cwac-document copied to clipboard
Async Loading
Right now, DocumentFile (and my clone) does IPC leading to disk I/O on the current thread, which is not ideal. Figure out some sort of caching strategy, then offer an async loading option.
Note that this will probably require a bottom-up rewrite, jettisoning all of Google's code, and simply aiming to adhere to the DocumentFile API contract.