I’m doing an app for Android, and my idea at first was doing this, but i don’t know how to do it:

The number of photo panels could vary. What I want to know is which components should I use to implement each part of the activity. If someone could help me, that’d be really nice.
Thanks a lot!
What you could do is apply:
ScrollViewto your firstFragmentViewPagerbetween the imageFragmentsScrollView: http://developer.android.com/reference/android/widget/ScrollView.html
ViewPager: http://developer.android.com/reference/android/support/v4/view/ViewPager.html
Fragments: http://developer.android.com/guide/components/fragments.html
Good luck with your app 🙂