I want to get checked radio button from list view from list item like below image.
I was making project for my collage attendence and i had faced same trouble as you , I solved these problem by just putting these code in my activity code is :-
upload.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
int child=listView.getChildCount();
for(int i=0;i