PagerSlidingTabStrip- custom view using list fragment shows abrupt behaviour
问题 I am using PagerSlidingTabStrip to create a sliding tabs. I was successfully able to use this library in my project. Based on selected/clicked tab, the application should send a get request to server to fetch data and populate the list view. Every-time the tab is selected, http call would be made to server and list view will be updated. I just modify SuperAwesomeCardFragment.java in the sample: public class SuperAwesomeCardFragment extends ListFragment { private ListView listView; private