I've looked over the IOSchedule app and have been able to create the FragmentBreadCrumbs object and add it to my ActionBar, etc. but I am unable to make new titles/bread crumbs show up when a new fragment transaction is executed.
In the IOSchedule application, they manually set the title and parent title, but in my scenario, the user can enter an "infinitely" deep hierarchy structure, so I want to keep adding a new bread crumb everytime the user goes to a deeper level. I've found the FragmentTransaction.setBreadCrumbTitle() but that has no effect (the title's don't show up). Has anyone successfully used the FragmentBreadCrumbs class in a scenario like this or have an idea of how to make it work? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

