本文介绍了MvxCachingFragmentCompatActivity消失了吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试升级到MvvmCross 5.2,并在MvxCachingFragmentCompatActivity上遇到语法错误.这堂课消失了吗?
I'm trying to upgrade to MvvmCross 5.2 and get a syntax error on the MvxCachingFragmentCompatActivity. Has this class disappeared?
推荐答案
如5.2博客中所述: https://www.mvvmcross.com/mvvmcross-52-release/
As explained in the blog for 5.2: https://www.mvvmcross.com/mvvmcross-52-release/
我们已经重构了Android Presenter,并且不再需要像MvxCachingFragmentCompatActivity
这样的特殊Activity
.建议现在使用的Activity
是MvxAppCompatActivity
.
We've refactored the Android presenter and there is no need anymore for a special Activity
like MvxCachingFragmentCompatActivity
. The adviced Activity
to use now is the MvxAppCompatActivity
.
这篇关于MvxCachingFragmentCompatActivity消失了吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!