• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Need refresh the chat contents freshly

John weso

Lurker
Jan 8, 2015
1
0
how to refresh the chat tab after entering the messasge and click the button. for now it loads the chat contents multiple times and listings. i need to clear and load fresh contents in each interval.

here i used to refresh the activity

private Runnable runnable = new Runnable() {
@override
public void run() {

new LoadOutboxRefresh().execute();

handler.postDelayed(this, 100);
}
};


LoadOutboxRefresh class have the list of chat contents. it loads the interval time but showing multiple contents as same list.

please anyone help me to resolve this....
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones