Skip to content Skip to sidebar Skip to footer

Android Setting Up Splash Screen(activity) Like Iphone Part2

After getting solution to call my splash activity only one time (Part1 Question), Now i have to set up my splash activity. On My First Layout i want functionality like this : Image

Solution 1:

  1. To implement scrollable images like shown above use ViewPagerIndicator library given HERE. Its simple to integrate and will take few minutes. All you have to do is read the usage section in given link.

  2. For switching activity on last page, simply implement onPageChangeListener described in link and check for page number.

Post a Comment for "Android Setting Up Splash Screen(activity) Like Iphone Part2"