Threads Articles
Async Inflate Manager: Thread-Pool Preloading for Faster First Frames
First-frame latency is not only about network and image loading. Complex XML layout inflation on the main thread can be expensive too. This article presents an async Inflate manager that pre-creates Views on a thread pool, uses MutableContextWrapper for context safety, and falls back to UI-thread inflation when needed.
Read Post