I am developing SMS
blocking app in Android which block incoming message for blocked contact and store that message in my app database.Now I have created one UI
in which I can read blocked message and also reply that contact(Just like chat view).Now my problem is that whenever I am in that UI
and there is new message for blocked contact, I can't see in my UI
, but when I close and again open that app I see that new message.
So my problem is how do I show new message in my UI
when I am currently on that view
Thanks in advance