I think you've misunderstood the use of the Fragment Tag. It looks like RouteCategoryFragment is the splash screen, yes? When someone clicks you want to replace it with a CountyListFragment? If so you need to use the same tag (probably COUNTY_TAG). That is the unique identifier for the fragment.
G. Blake Meike Marakana The second edition of Programming Android is now on-line: http://shop.oreilly.com/product/0636920023005.do -- 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

