MvvmSuite
MvvmSuite
当前版本编译有错,我已经进行了修正。并且增加了批量打包功能。 新版本地址: https://github.com/joedan0104/AntDemo 有兴趣的同学可以参考。
上拉加载下一页数据完成,调用 public void refreshComplete(int pageSize, int total, boolean isShowFootView) 或者调用setNoMore,FooterView都不能自动隐藏。需要手动隐藏FooterView
2019-09-24 08:49:54.173 772-1003/? W/JankService: processEntry, not beta version or commercial log off 2019-09-24 08:49:54.284 10226-10226/com.cdel.accmobile W/System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'android.support.v7.widget.RecyclerView$Adapter com.github.jdsjlzx.recyclerview.LRecyclerViewAdapter.getInnerAdapter()' on a null object reference 2019-09-24...
当LRecyclerView初始化的时候未设置adapter,数据请求完成调用refreshComplete时,没有进行空值判断导致发生奔溃。例如其中的mWrapAdapter和this.mWrapAdapter.getInnerAdapter()都没有判断空值。 if (this.mWrapAdapter.getInnerAdapter().getItemCount() == this.mPageSize) { this.isCritical = true; } else { this.isCritical = false; }
项目中,需要同一套代码,生成多个不同的Apk。每个APK都有自己不同的渠道。 当前项目采用的是buildtype对应每个apk,然后渠道对应每个APK自己的渠道。请问这种情况下,怎么实现多个APK包的walle打包呢?
Glide升级到4.X以后,选择图片时,出现了奔溃情况 --logversion:utracea Process Name: 'com.cdel.accmobile' Thread Name: 'main' Back traces starts. java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/l; or its super classes (declaration of 'com.bumptech.glide.l' appears in /data/user/0/com.cdel.accmobile/[email protected]) at...
RxPermissionsFragment.isGranted has crash. 1Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.app.Activity.checkSelfPermission(java.lang.String)' on a null object reference 2 at com.tbruyelle.rxpermissions2.RxPermissionsFragment.isGranted(TbsSdkJava:71) 3 at com.tbruyelle.rxpermissions2.RxPermissions.isGranted(TbsSdkJava:251) 4 at com.jindan.base.permission.PermissionManager.hasPermission(TbsSdkJava:342) 5 at com.shouse.wealth.ui.BaseMainActivity.checkSoftUpdate(TbsSdkJava:413)...
Tables cannot be displayed in textview, which is inconvenient. If users need to view the contents of tables, they can only switch to the next page。 Whether the table can...
如果控件直接使用View,通常分割线等常用是方法定义,定义背景色,换肤时View控件没有作用。