NiceRead icon indicating copy to clipboard operation
NiceRead copied to clipboard

A sample project that use MVP + RxJava + Retrofit

Results 3 NiceRead issues
Sort by recently updated
recently updated
newest added

当进行上拉加载后,再次下拉刷新,mTempPageCount没有重置,需要在onfresh重置mTempPageCount。

为什么新增加一个简单的Fragment(没有TabLayout+ViewPager,就是不要切换标题,单一的一个)直接继承BaseMvpFragment,实现相关方法。就是显示不了这个fragment页面。是哪里的问题。 我直接继承BaseFragment就可以实现自己的页面。难道是BaseMvpFragment封装的问题