Android Studio help with ViewPager and ListView. I created ViewPager and the Lis
ID: 3854394 • Letter: A
Question
Android Studio help with ViewPager and ListView. I created ViewPager and the ListView but I don't know how to put it together with Listview like the one in the Demo video. Link for Demo below. Thanks
https://www.youtube.com/watch?v=B7csDJQqte8
My code for ViewPagerActivity.java
My code for UtilLog.java below
My code for BlueFragment.java below (GreenFragment.java and RedFragment.java similar as BlueFragment.java so I won't paste below)
My code for the listview AdvanceListViewActivity.java below
My code for the BaseActivity.java below
And my XML code for activity_advance.xml below
Explanation / Answer
you can try like this:-
MainActivity.java
SampleFragment.java
SampleFragmentTwo.java
activity_main.xml
activity_list_data.xml
fragment_sample.xml
fragment_sample_two.xml
SamplePagerAdapter.java