What is the name of the RecyclerView.Adapter method that is used to invalidate all item views and refresh the entire RecyclerView after the adapter's data has been changed? code example
Example: android force date inside RecyclerView to re render
mAdapter.notifyDataSetChanged();