cwac-document icon indicating copy to clipboard operation
cwac-document copied to clipboard

Async Loading

Open commonsguy opened this issue 8 years ago • 0 comments

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.

commonsguy avatar May 05 '17 11:05 commonsguy