How to update a List view in real-time Firebase - Android
问题 I have been having some trouble updating my Friends list(mListView) view in real time in the application, it only seems to update when it is launched. I know its a matter of an update function but i do not know what to use. (I'm rather new to firebase and android, and i'm still learning about them.) Here is the code: private ListView mListView; private ArrayList<String> mFriends; private List<User> mUserList; private UserListAdapter mAdapter; @Nullable @Override public View onCreateView