Implement Pagination on tab layout
问题 I know how to develop the tab activity using xml layout and also i know how to do paging in android as is seen in android market application but i am not getting how to merge this paging concept with tab activity and how to create tabactivity from the java code : see the code below i use for paging using linear layout : sample.java public class Sample extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // creates the Pagination