chenwulue

Results 16 issues of chenwulue

点击生成后报`DBinding Plugin threw an uncaught NoClassDefFoundError`的错误

how to set the trigger zone

请问如何播放本地视频呢

E/IJKMEDIA: Option http-detect-range-support not found.

有用到上拉加载更多功能,希望实现的是用户在上滑松手后自动滑到底部的话,这时候直接触发加载更多。 现在用到框架了到了最后一个item就停下来了,还需要手动上滑加载更多,怎样才能去掉这一步骤呢

`setOfflineRetryText` and `app:offlineRetryText` had a bug,it set to offlineText...

app:offlineRetryText无效 因为 `// setState custom offline retry text if(a.hasValue(R.styleable.SflStatefulLayout_offlineRetryText)) { setOfflineText(a.getString(R.styleable.SflStatefulLayout_offlineRetryText)); }` 希望能够增加SimpleStatefulLayout中retry button的style的api

`MDVRLibrary.with(this) .displayMode(MDVRLibrary.DISPLAY_MODE_GLASS) .interactiveMode(MDVRLibrary.INTERACTIVE_MODE_MOTION) .projectionMode(MDVRLibrary.PROJECTION_MODE_PLANE_FIT)` 当初始模式设置为以上模式时,播放视频后不切换模式,20秒左右会出现屏幕黑屏的情况,需手动切换ProjectionMode模式才能保持一直播放

建议添加 删除指定position或者view的 api功能,有时候添加多个header,操作时会选择删除部分

比如我有一个item,里面放了一个轮播图,我想实现这个页面不是显示范围内时,停止滚动,恢复页面时再继续滚动,但是当前只能直接更新item(走convert方法)..