BreadcrumbsView A customizable Android view which shows the current step of a given series. Its main purpose is to provide a contextual reference for paginated forms. SetUp Add to top level gradle.build file allprojects { repositories { maven { url "https://jitpack.io" } } } Add to