Implementing ActionBar tabs with v4 Fragments API

前端 未结 1 544
一生所求
一生所求 2021-02-07 00:48

My app is currently using the Fragments/v4 compatibility package to support Android versions all the way down to 1.6. This means all my Fragments inherit from the compatibility

1条回答
  •  礼貌的吻别
    2021-02-07 01:21

    I asked this question on the android-developers mailing list.

    The approach I've taken is the one suggested by CommonsWare, whereby the provided FragmentTransaction parameter is ignored entirely: http://groups.google.com/group/android-developers/msg/d8d84cdd2f753b71

    0 讨论(0)
提交回复
热议问题