Message,MessageQueue,Looper,Handler详解+实例(转载)
http://www.eoeandroid.com/viewthread.php?tid=49595&highlight=handler
一、几个关键概念
1、MessageQueue:是一种
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
? ? android
rientation="vertical"
? ? android:layout_width="fill_parent"
? ? android:layout_height="fill_parent"
? ? >
<TextView??android:id="@+id/view_01"
? ? android:layout_width="fill_parent"
? ? android:layout_height="wrap_content"
? ? android:text="@string/? ? android:layout_width="fill_parent"
? ? android:layout_height="wrap_content"
? ? android:text="测试消息" />
</LinearLayout>