2
我有一個動態表,其中我創建了很多textview
動態...實際上我有一行,其中我有3 textview
...在這其中一個包含唯一的ID,但其他的textview
值在表格周圍重複...因此點擊其他textview
我需要文本從唯一的textview
....因此,請建議一些東西,如從鄰居textview
...獲取文本...通過我可以從textview
獲得文本的行如下。無法獲取android中其他textview的文本?
((TextView)v).getText().toString();