jsonformat
jsonformat
里头进行了网络请求 这样还符合当初的设计么? Delegate不是单纯的view使用么
XLog的BUG
我使用retrofit的时候在 HttpLoggingInterceptor的 log方法中使用XLog.d(TAG, message);进行打印 结果的我请求中有 3Uku3kyfA2QrkVUY%3D的内容,然后就报错了: java.util.MissingFormatArgumentException: Format specifier: 3D
怎么禁止下拉刷新或者上拉加载呢?
https://github.com/afollestad/material-dialogs Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setBackgroundResource(int)' on a null object reference at gr.net.maroulis.library.EasySplashScreen.withBackgroundResource(EasySplashScreen.java:75) at info.dajinrong.virtual.ui.LogoActivity.onCreate(LogoActivity.java:24) at android.app.Activity.performCreate(Activity.java:6910) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2746) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2864) at android.app.ActivityThread.-wrap12(ActivityThread.java) ...
之前为的rx在Activity中的基类中会进行收集 destory的时候进行取消订阅,在您示范的ActionCreator 中好像没看到处理,在这个模块中怎么好好处理这个问题才能避免Rxjava内存泄漏的问题呢?