fragmentTransaction.add(R.id.frgmCont, dataBaseFragment); а тут ошибка... java.lang.NullPointerException: Loading view is null! Have you specified a loading view in your layout xml file? You have to give your loading View the id R.id.loadingView
at com.hannesdorfmann.mosby.mvp.lce.MvpLceFragment.onViewCreated(MvpLceFragment.java:68)
at com.example.android.test1.DataBaseFragment.onViewCreated(DataBaseFragment.java:44)
at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1471)
You have to give your loading View the id R.id.loadingView
Обсуждают сегодня