Android SDK Fragment Support

前端 未结 5 936
我在风中等你
我在风中等你 2020-12-21 05:20

Ok i\'m just starting to get into Android programming now, and I\'m following the android \"TabActivity\" tutorial: http://developer.android.com/reference/android/app/TabAct

5条回答
  •  情话喂你
    2020-12-21 06:04

    Instead of these missing classes you can create your own by subclassing Fragment class (or its subclasses like DialogFragment, ListFragment etc). More info is provided by Android here.

提交回复
热议问题