Firebase android how to prevent FirebaseRecyclerAdapter automatically updating?
问题 I have a FirebaseRecyclerAdapter which I do not want to keep updating the RecyclerView . This is because I have it so it populates the view with items based on how many 'views' they have in the database. The problem is, if other people view the items, the list you see in the app will keep changing order. Is there a way to stop the recycler adapter from constantly listening for data changes or will I have to go about this another way? Any help is greatly appreciated, thanks. 回答1: The adapters