Question

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

Idea

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!

Was it helpful?

Solution

What you could do is apply:

  • ScrollView to your first Fragment
  • Use ViewPager between the image Fragments

ScrollView: 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 :-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top