A test application to learn about viewPager in Android framework
- One entry activity that takes user to viewPager
- One exit activity
- Pressing next button on the last page of viewPager takes user here
- Three pages in viewPager to swipe back and forth
- Next button at the bottom takes user to next page
- Progress bar that animates filling up as user moves through view pager
- As user presses back button in view pager, progress bar animates emptying motion
- Back button (located top and bottom) takes user to previous page
- Pressing back button on the first page of viewPager takes user to entry activity
- Add sliding animation moving in either Entry or Exit Activity
Note: Chrome is the recommended browser for viewing the following video