Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid "first time" app user tutorial
    primarykey
    data
    text
    <p>I'm trying to create an opening tutorial that consists of four panes for my application, but since I'm new to Android, I want to make sure I'm considering all of my options before marking this task as "complete". I know of three ways, I can only really accomplish one. There are no requirements for this tutorial, but some "wanted features" would be a sliding action to each pane would be nice as well as the image and the bottom (navigation circles) not moving and the title on top not moving.</p> <h2>One Way</h2> <p><strong>4 separate activities and 4 separate layouts</strong></p> <p><img src="https://i.stack.imgur.com/tDjjT.png" alt="First attempt"></p> <p>The red circled items are <code>textViews</code> that are centered horizontally and pushed off the top.</p> <p>The white circled items are <code>imageViews</code> that are centered horizontally and vertically.</p> <p>The purple circled are <code>imageViews</code> that are centered horizontally and pushed off the bottom.</p> <h2>Second Way</h2> <p><strong>4 fragments on one activity</strong></p> <p>Fragments were difficult to learn, but the more I read about them/see tutorials on them, they seem to only really be used for tablets. Would it be a valid way to accomplish this?</p> <h2>Third Way</h2> <p><strong>ViewPager?</strong></p> <p><a href="http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html" rel="noreferrer">http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html</a></p> <p>I've never used this before, but I know it's an option.</p> <h2>Final Question</h2> <p>Which way is used more often/what's the proper way to implement this? Is there any way to only have the middle part (the image) slide in, but the title (top) and the navigation images (bottom) just change once the image slides in?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload