2010-07-21から1日間の記事一覧

[Android] Multithreading For Performance パフォーマンス向上のためのマルチスレッド化の方法

A good practice in creating responsive applications is to make sure your main UI thread does the minimum amount of work. Any potentially long task that may hang your application should be handled in a different thread. Typical examples of …