Skip to content Skip to sidebar Skip to footer

In Fragment Tabhost ListView Loading Everytime On Tab Click

In my android app, I am using three tabs with three different fragments containing listviews. My problem is, 1) Listview in all fragment is loading (initialising) every time on tab

Solution 1:

set view pager off screen limit

pager.setOffscreenPageLimit(2);

Post a Comment for "In Fragment Tabhost ListView Loading Everytime On Tab Click"