Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 790 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 790 Bytes

Update: Use Navigation component instead https://developer.android.com/guide/navigation/navigation-getting-started

DAGViewPager

ViewPager is the most commonly used view when dealing with flows. Almost every app has some sort of account creation or onboarding flow for new users. Or may be your app requires that user answers few questions before you can create a specialized experience for them e.g. news or magazine apps. Or it could simply be that your app heavily relies on survey forms/questionnaires that your users fill to receive rewards.

This app tries to ease such complex flows using Directed Acyclic Graph. This is bare minimum code to get you started.

Example Graph Alt text