Provides Information on Android
Tuesday, 3 September 2013
Android: get the Childs of ListView with ListViewId
for (int i = 0; i < listview.getChildCount(); i++) {
RadioButton radioCatOne = (RadioButton) listview.getChildAt(i).findViewById(R.id.radiobuttonId);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment