-
Hi, I'm using library version 3.0.0-RC1.
I used the ExpandableRecyclerView inside a ScrollView, I followed the tutorial as well, with a slight difference that I load the data later using Retrofit. …
-
I've setup a recycler view to use the StickyHeaderAdapter. It's working perfectly. However when I then add an ItemDecoration to the recycler view, the item decorations on the header do not stick with …
tir38 updated
7 years ago
-
这是我的代码
public class TestClass extends BaseActivity implements SwipeRefreshLayout.OnRefreshListener {
@ViewInject(id = R.id.swiperefreshlayout)
private SwipeRefreshLayout swipeRefreshLayou…
-
仅限于功能新增提议,使用过程中遇到的问题可以参考https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/906
历史建议
- https://github.com/CymChad/BaseRecyclerViewAdapterHelper/issues/500
- https://github.com/CymChad…
-
I'm adding a seperator to my RecyclerView with this code:
```
DividerItemDecoration dividerItemDecoration = new DividerItemDecoration(recyclerView.getContext(),
layoutManager.getOrientation());…
-
我想问下,我在Adapter里做了单个控件的点击事件,然后要求局部刷新一下,这个要怎么实现啊
-
Here is my code
MainActivity1.java
package com.example.akhil.rtmnuforum;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.ann…
-
其实,不用区分屏幕的横竖,都能正确的绘制分割线,反而区分后横屏的时候绘制的是垂直于屏幕最长边的分割线;而且,方向不应该使用LinearLayoutManager.HORIZONTAL这种方式指定,应该根据系统屏幕方向设置,更灵活
-
Nothing preferences related, but it still needs the upgrade.
-
- lib version 5.0.0-b8, android version api 21+
- scrollToPosition(N) doesn't scroll to N position
1 - Create adapter
` private SmoothScrollLinearLayoutManager mManager;`
``` java
private vo…