hailongzhao

Results 12 issues of hailongzhao

NavigatorHelper里面mCurrentIndex没有提供设值的方法,如果viewpager调用了setCurrentItem 导致导航栏默认选中标题跟viewpager的设置不一致。 初始化时候CommonNavigator 里面调用的时候mNavigatorHelper.getCurrentIndex()默认值还是0 与外部viewpager的设置不一致。 @Override protected void onLayout(boolean changed, int left, int top, int right, int bottom) { super.onLayout(changed, left, top, right, bottom); if (mAdapter != null) { preparePositionData();...

RecyclerView 列表的 itemview 中使用了recyclerview 并设置了StagedLayoutManager 遇到一个问题,如果StagedLayoutManager 方向设置成vertical 方向后,滚动列表 当手指触摸在这个itemview 区域 上拉列表的时候 会将加载更多的footer拉出来,(实际这条item并不是列表的最后一条) 触发加载更多回调。把方向设置成horizontal或者改成用LinearLayoutManager 就没有这个问题。

**什么jzvd版本 7.4.1 **什么播放器内核 **相关log是什么 **demo是否有这个问题 **自己做了哪些修改 **如何操作复现 **什么安卓版本,什么机型 **截图或者视频说明情况 ![image](https://raw.githubusercontent.com/yilylong/ImageResource/master/jzvd_bug.png)

AutoPlayUtils 这个类里面带的 释放方法 onScrollReleaseAllVideos 不起作用 因为positionInList没被赋值过

class TestA:LitePalSupport() { var id=0L var v1 = "" var v2 = ArrayList() } class TestB : LitePalSupport() { var id = 0L var v1 = "" } TestA持有TestB的集合,目前只能先把TestA的集合里面的TestB先save才会有数据。可以在TestA save的时候自动存储集合里面的TestB吗

目前主键都是自己创建的ID自增,现在的精准查询方法都是传需要ID,感觉有局限性。

报错 needs a default constructor

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

how to custom the refresh header?