How to get List item data in bindView when clicking on RadioButton in android?
问题 I have a ListItem having a person name e.g. ABCD and a RadioGroup having two RadioButtons . In my bindView() when i click any of RadioButton , it should update the data whose name is ABCD . But its only updating the lastItem shown in my ListView. Here is my BindView() : @Override public void bindView(View view, Context context, Cursor cursor) { holder = new Holder(); holder.stName = (TextView)view.findViewById(R.id.stName); holder.stName.setText(cursor.getString(cursor.getColumnIndex