MultiStatePage icon indicating copy to clipboard operation
MultiStatePage copied to clipboard

Android APP缺省页的正确打开方式 高度解耦、低侵入、易拓展 多状态视图状态切换器

Results 6 MultiStatePage issues
Sort by recently updated
recently updated
newest added

如题,作者的demo有吗,我一直尝试把缺省页封装在viewmodel中,总感觉不是那个味道

是我想要的库,之前找了好多都是要写进布局中的,后来自己找了一个改了改,勉强能用;希望保持更新啊,为你点赞,加油!!

在layout里加了android:background="@android:color/transparent"没有效果 demo里面也是全部白屏 有设置的方法嘛?

![Image](https://github.com/user-attachments/assets/de1be335-30b4-4a09-88eb-7378b223740c)

如上所述,下面 是代码 showEmpty: showError: showLoading 调用就是绑定某个view 去调用的, multiState = MultiStatePage.bindMultiState(mBinding!!.llTab) multiState.showEmpty() 另外在fragment中调用根布局,利用binding.root showloading Page 无法显示出来。