Android communication between fragment and baseadapter
问题 Need expert opinion how should i structure this issue. I have a custom method process_filter that resides in a fragment as it needs to access a private TextView and List of this fragment. In the middle of processing, this fragment will access a BaseAdapter and inside this BaseAdapter I need to use back process_filter method Basically here is the structure: MyFragment.java public class MyFragment extends Fragment { private List<String> filter_list; private TextView no_of_filter; @Override