Android Performance Patterns: Swimming in Threadpools (ThreadPoolExecutor)

Whether you want to write basic Android applications or high-performance Android apps, you really need to know about multi-threading issues. For instance, you don’t want to block the GUI while waiting for a response from a web service. This is a good, short video about the Android ThreadPoolExecutor class: