In brief, I am going to build a Project with swipeView and the fragments.
- MainActivity.java
a. ListViewFragment.java
b. DetialFragment1.java
c. DetialFragment3.java
d. DetialFragment4.java
e. DetialFragment5.java
MainActivity.java contain the swipeView layout with all other fragments mentioned above. When I first open my app it display the listView fragment of the swipeView. And onSwipe the fragments are swipe one by one which is okey. But I also want .. when I click the fragment listView onItem 4 , It should directly show DetialFragment4 with the capability to swipe other fragments. PLEASE HELP....