Android refresh listview in fragment
问题 How can i refresh the ListView in this Fragment? I have an acivity and a fragment, and i want to refresh the ListView with a SwipeRefreshLayout and with a FloatingActionButton. Here is my Fragment: public class NotesBottomFragment extends Fragment { public final Object getInt(int num) { DatabaseNote dbn = new DatabaseNote(); SQLiteDatabase notes = getActivity().openOrCreateDatabase("ENAPLO", getActivity().MODE_PRIVATE, null); String value2 = "novalue"; int value = 0; Bundle extras =