Darren.fan

Results 5 issues of Darren.fan

"View"绘制相关的主题,链接已经失效了,请博主及时更正。

里面很多md笔记打不来了,如 09.Selector选择器总结.md

一个简单的helloworld项目,里面加入了matrix-for-android 和 rxjava3,运行的时候会报下面的错误。 单独使用其中一个库都没有问题。 2023-11-16 09:22:10.651 8606-8606/com.darren.optimize E/AndroidRuntime: FATAL EXCEPTION: main Process: com.darren.optimize, PID: 8606 java.lang.NoClassDefFoundError: Failed resolution of: Lio/reactivex/rxjava3/core/ObservableOnSubscribe; at java.lang.Class.newInstance(Native Method) at android.app.AppComponentFactory.instantiateActivity(AppComponentFactory.java:95) at androidx.core.app.CoreComponentFactory.instantiateActivity(CoreComponentFactory.java:41) at android.app.Instrumentation.newActivity(Instrumentation.java:1253) at...

I encounter an issue.I have to set the recyclerview with rebound effect and fading_edge effect.The rebound effect works fine just like RecyclerViewDemoFragment shows, But with fading_edge effect,It doesn't work good...

If I set android:requiresFadingEdge for the RecyclerView,and I use elasticity for boundEffect. It didn't work well with android:requiresFadingEdge when I drag the list constantly. How to fix that.