I have a question about creating breadcrumbs in an Android application. The android.app.FragmentBreadCrumbs class was deprecated in API Level 21. I can't seem to find another way to implement breadcrumb links in an Android application.
Does anyone know of another method?
Also if anyone knows why the android.app.FragmentBreadCrumbs class was deprecated, that might be helpful. Is it the case that using a breadcrumb scheme for Android apps is frowned upon (maybe because they can get quite long)?
Any answers or opinions on this subject would be appreciated. Thanks