or should I maybe insert the search messages into ...
# android-architecture
u
or should I maybe insert the search messages into db with some flag isFromSearch=true?
d
If you get a message from the network that is identical as one already in memory, then can you not just replace the in memory one with network one?