2015-08-16 83 views

回答

0

ViewPager標籤做FragmentActivity教程奇怪。

ViewPager必須填寫完整的包和類的名稱。

<android.support.v4.view.ViewPager 
xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools" 
    android:id="@+id/pager" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" /> 
+0

現在我得到IndexOutofBound異常在這一行this._fragments.add(FRAGMENT_EXAMPLE,new ExampleFragment()); – lazyandroid

+0

檢查變量FRAGMENT_EXAMPLE。並且ArrayList索引從零開始。但代碼是1 – kfmes