I am making an application with TabBar.In the Tab Bar there are 3 tabs. One of those tabs is a linked list which is linked with a another view which adds data. I want to refresh that view every time when i click that tab so that i can get updated my view. How can i do that? Thanks in advance.
Share
If you want to refresh the List View when ever you want without going to here and there from the same page then you may wish to implement Pull to Refresh Functionality in Android App.
Use this link and download the app and check for the same….it helps you very much because I have implemented the same.
https://github.com/johannilsson/android-pulltorefresh