1. ホーム
  2. android

Androidにおけるスレッドの例 [終了しました]

2023-10-18 23:47:22

質問

アンドロイドのスレッド生成とスレッド呼び出しの簡単な例が欲しいです。

どのように解決するのですか?

これは良いチュートリアルです。

http://android-developers.blogspot.de/2009/05/painless-threading.html

あるいはUIスレッドにはこれ。

http://developer.android.com/guide/faq/commontasks.html#threading

あるいは、ここでは非常に実用的なものを紹介します。

http://www.androidacademy.com/1-tutorials/43-hands-on/115-threading-with-android-part1

そして、プロセスとスレッドについてのもう一つの記事です。

http://developer.android.com/guide/components/processes-and-threads.html