I want to store user messages in a RecyclerView permanently without saving them to the storage. All messages are coming from a server, and I want to permanently save them to a RecyclerView. That is, I want to ensure that RecyclerView messages do not disappear even after the activity is relaunched.
Is there any way for this approach without saving the messages to the storage?
New contributor
Example is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.