Navigating between consecutive email messages using the swipe gesture. If a view contains content that exceeds the width of the screen such as a wide email message, make sure the user's initial swipes will scroll horizontally within the view. Once the end of the content is reached, an additional swipe should navigate to the next view. In addition, support the use of edge swipes to immediately navigate between views when content scrolls horizontally.
<p>Use swipe to quickly navigate between detail views or tabs.</p>
</li>
<li>
<p>Transition between the views as the user performs the swipe gesture. Do not wait for the
gesture to complete and then transition between views.</p>
</li>
<li>
<p>If you used buttons in the past for previous/next navigation, replace them with
the swipe gesture.</p>
</li>
<li>
<p>Consider adding contextual information in your detail view that informs the user about the
relative list position of the currently visible item.</p>
</li>
<li>
<p>For more details on how to build swipe views, read the developer documentation on <a href="{@docRoot}training/implementing-navigation/lateral.html#horizontal-paging">Implementing Lateral Navigation</a>.</p>