Good morning, I am looking for an answer to my problem and I have not found. I want to change a single line of a CardView contained in a RecyclerView every x seconds. Just like Google+ where messages are changed every x seconds. See image
Grazie!
you have to do the follow steps.
yourAdapter.notifyDataSetChanged();
you know na how to set recyclerView.