Android
Build a File Explorer in Kotlin – Part 4 – Adding Breadcrumbs
In this tutorial you will add the functionality which enables the user to navigate back to any position in the backstack. This will be achieved by adding breadcrumbs. If you don’t know about breadcrumbs please read about it here before continuing with the article. In short, breadcrumbs are trail of Read more…