MvpDemo icon indicating copy to clipboard operation
MvpDemo copied to clipboard

MVP开发模式的Demo,介绍RxAndroid Retrofit的使用等。想到什么写什么的纯Demo

Results 2 MvpDemo issues
Sort by recently updated
recently updated
newest added

有一个小问题 LoopTask中,因为postDelayed延迟1秒 loopersActivity.mHandler.removeCallbacks(loopersActivity.mRunnable); //这行代码在postDelayed之前运行了,以至于定时器没有停止~~~

presenter持有了Activity的强引用,如果在请求结束之前,Activity被销毁,那么会导致presenter一直持有Activity的引用,使得Activity无法被回收,而发生内存泄漏