Hi all ,
I want use many linearlayout in main.xml and in other linearlayout , i use the button,textview with same id
ex LinearLayout
LinearLayout ( have button , text id 1,2 ..etc)
LinearLayout (have button ,text id 1,2 ..etc )
.....
And now i want setOncliklistener with the button and manage with 1 button or text in 1 layout .
Some body can help me ?
In there , i want use the same id to construct one method check with the button or textview with same id
If any one have other iddea , you can say with me ?
Thanks .

