AndroidSDK
× [PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
DoJaなんかだとCanvasとかIApplicationをRunnableにしてメインループをそこにおいて描画なんてのをやるんだけど、IApplication=Activity Canvas=Viewで同じことやろうとすると上のメッセージがでる。どうもこういうことらしい
http://code.google.com/android/reference/android/view/View.html The basic cycle of a view is as follows: An event comes in and is dispatched to the appropriate view. The view handles the event and notifies any listeners. If in the course of processing the event, the view's bounds may need to be changed, the view will call requestLayout(). Similarly, if in the course of processing the event the view's appearance may need to be changed, the view will call invalidate(). If either requestLayout() or invalidate() were called, the framework will take care of measuring, laying out, and drawing the tree as appropriate. Note: The entire view tree is single threaded. You must always be on the UI thread when calling any method on any view. If you are doing work on other threads and want to update the state of a view from that thread, you should use a Handler. こちらも同様のアドヴァイスが。いちはやくDoJaから(?)の移植をしておられる。 http://castor.s26.xrea.com/blog/2007/11/17 PR |
カレンダー
フリーエリア
最新コメント
[12/11 Bexclance]
[11/20 unostubbanuag]
[11/19 SireeAgribe]
[11/19 Keeseerooma]
[11/19 MaloBeednen]
最新記事
(01/08)
(12/07)
(12/01)
(11/23)
(11/20)
最新トラックバック
プロフィール
HN:
No Name Ninja
性別:
非公開
ブログ内検索
最古記事
(11/13)
(11/14)
(11/14)
(11/15)
(11/16) |