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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -