I have a adapter which populates data to RecyclerView
.
I am not calling notifyDataSetChanged()
and I am setting the adapter to the RecyclerView
in onCreateView()
(so in getItemCount()
should be called once) in Fragment but I find getItemCount()
called multiple times.