Hashmap is not attached to Adapter
问题 I am trying to load a map into RecyclerAdapter to use the values to populate recyclerView but in valueEventlistener the values are getting loaded into the map but adapter is not getting notified of these changes. I tried checking the size of map it is showing the values correctly but when i checked the getitemcount() inside adapter it is zero. private Map<String, OrderItem> convoModels = new HashMap<>(); protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);