How to remove values from the list-view based on the checkbox selection in android .
currently i am using public View getView(final int position, View convertView,ViewGroup parent) {} to call the checkbox initializing and calling . can you pls help me to remove values from the listview
Please Help me I am struck here for the past three days .