Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display FragmentBreadCrumbs in a Honeycomb app

I'd like to use breadcrumbs, but do not find any information how to use it. Is there a running example that uses breadcrumb titles?

like image 451
friedger Avatar asked Jun 03 '11 15:06

friedger


1 Answers

The Google IO app has a good example of implementing breadcrumbs with fragments. You can get the source code from http://code.google.com/p/iosched/.

Specifically, check out com.google.android.apps.iosched.ui.tablet.MapMultiPaneActivity in the project source.

I've used in one of my apps following the framework of this application and it works well.

like image 108
Kyle Avatar answered Sep 23 '22 13:09

Kyle