java - How to detect clicks ,having listview inside another listview -
hi having list l contain l1 -> b2 -> b3 -> l2
b button , l list
l1 contains b1 -> b2
l2 contains b4 -> b5
complete list looks b1->b2->b3->b4->b5
how differentiate click on b1 , b4
@harsh use expandable listview work. ease click/selection related work!
http://developer.android.com/reference/android/widget/expandablelistview.html
Comments
Post a Comment