2013-07-06 55 views

回答

1
// Create a constant in class MenuFragment   
    public final static String TAG = "MenuFragmentTag"; 

以後它可以用於創建使用findFragmentByTag片段:

getFragmentManager().findFragmentByTag(MenuFragment.TAG); 
+0

謝謝you.But如果有很多碎片,代碼會很難看。那麼有沒有更好的方法來解決這個問題? – Marshall

+0

嘿,這是我知道什麼時候片段沒有在XML中定義的唯一途徑。 – Permita