android.support.v4.app.FragmentManager OR android.app.FragmentManager?

前端 未结 4 1279
走了就别回头了
走了就别回头了 2021-02-08 23:20

I\'m learning Android development. I get stuck at something that should be very easy.

Im creating an App with one Activity, 2 fragments and 1 interface.

         


        
4条回答
  •  Happy的楠姐
    2021-02-08 23:34

    Simply use getSupportFragmentManager(); , after you added the support library successfully.

提交回复
热议问题