我創建像CustomListview的聊天與一個TextView並和ImageView的每篇文章這樣的:獲取內容從ImageView的在CustomListViewAdapter通過Facebook
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textIsSelectable="true" />
<ImageView
android:id="@+id/image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher" />
</LinearLayout>
如果有人給它在ImageView的顯示的影像。現在我想實現這個功能來點擊Imageview並獲取內容在Facebook上分享。所以基本問題是如何通過點擊獲取Imageview的內容。只是通過源代碼不起作用,因爲如果有人發送另一張圖片它會改變。
Thx這也有幫助,但主要是這幫助http://stackoverflow.com/questions/4181994/help-regarding-onclick-event-on-an-item-of-listview-custom-row-layout – user2359459 2013-05-08 10:01:24