I'm trying to build a scrollable splash screen like the ones that exist in many Google apps. Where a user can swipe between introductory information and an indicator is given at the bottom of the page for status.
Using a ViewFlipper
seems possible, as outlined here: http://tekartlife.blogspot.com/2014/04/changing-screen-with-viewflipper-and.html
I'm curious what the "standard" or preferred implementation is?