我有一個片段,它使用onCreateView中的getArguments()方法來獲取一些輸入數據。在佈局中聲明Android Fragment,如何設置參數?
我在ViewPager中使用這個片段,它工作正常。
當我嘗試在不同的活動中重複使用這個片段時,問題就開始了,只顯示這個片段。我想片段加入到活動中的佈局:
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment"
android:name="com.example.ScheduleDayFragment"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
的問題是:如何將一個包傳遞到佈局中聲明的片段?
檢查:http://stackoverflow.com/questions/13034746/if-i-declare-a-fragment-in-an-xml-layout-how-do-i-pass-it-a-bundle –
謝謝,似乎這是不可能的。 – kmalmur
爲什麼你需要這樣做? – keshav