私は回転用のアニメーションがあるフラグメントを作成しました。アニメーションのnullオブジェクト参照rotation = AnimationUtils.loadAnimation(getContext()、R.anim.rotate);
Animation rotation = AnimationUtils.loadAnimation(getContext(), R.anim.rotate);
初めてフラグメントをロードするときに、アニメーションが細かくロードされます。意図を使用して別のアクティビティからアクティビティに戻ってくるとき
しかし、それはフラグメントの罰金をロードしますが
Animation rotation = AnimationUtils.loadAnimation(getContext(), R.anim.rotate);
が助けてください指し
Attempt to invoke virtual method 'android.content.res.Resources android.content.Context.getResources()' on a null object reference
を与え、細かい活動をロードします。前もって感謝します。
変更getActivity 'に'のgetContext() '()' –
あなたは 'getActivity()'や 'rootView.getContextを()'の代わりに使用する必要があります'getContext()' –