
Android Image Slideshow using ViewPager
ViewPager May 7, 2014
Screen slides are transitions between one entire screen to another and are common with UIs like setup wizards or slideshows. This Android tutorial shows how to create image slideshow with ViewPager (provided as part of Android support library). ViewPager can animate screen slides automatically. ...Read More