android - Reload a single tab in a tabview after doing sync -
i have 5 tab's individual activity, want reload 1 activity after doing sync without tab view have done
intent intent = getintent(); finish(); startactivity(intent);
how in tabview
instead of restarting activity declare intialization things in separate method. after sync call method refresh activity.
Comments
Post a Comment