2010-07-01から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 …

[Android] Android2.2から、SDカード上にアプリケーションをインストールする機能が入りました。

Android 2.2 supports application installation on external storage devices like the SD card. This should give users room for many more apps, and will also benefit certain categories, like games, that need huge assets. 上記のブログの内容を理…