Search code examples
androidandroid-fragmentsandroid-studioandroid-viewpagerbreadcrumbs

Achieve breadcrumb with fragment and viewpager


I want to achieve the breadcrumbs like the image given, till now i have done the screen with tabs with help of viewpager and fragments, but stuck at the breadcrumbs part, i want to make it like some of the file managers applications out in the play store. Any help is appreciatedimage2 this is what i want to achieve


Solution

  • Please, see my example at https://github.com/digounet/Breadcrumbs It show how to implement a breadcrumb by using viewpager and tablayout

    enter image description here