I have a list – in this list is contacts which each (when clicked) will have a screen so the user can chat to that contact.
When the user comes out of that screen to go back to the list (and maybe click on another contact screen) but then goes back to the first chat screen I want the user to see the same content as before (messages).
what is the way to implement this? I cant seem to find a definitive answer.
Thanks in advance
You can store your chat messages in an SQLite database and load them when you open your Activity.