I am designing an app. When a new user opens the app, I will sequentially show "notification card", "two-page app info card", and "contact sync card" (The picture is posted below).
Both notification and contact sync card have only 1 view but the app info card has two views. I was able to successfully implement the app info card using viewPager along with viewPagerIndicator. But if I want to implement all of three cards, should I use 3 viewPagers and one for each card?
Also, there is no need to swap back and forth between cards except two cards inside the app info card. For example, if I am currently viewing the sync contact card, I do not expect to swap back to the app info card but if I am viewing the app info card 2, I should be able to swap back to the app info card 1.