Ran ran
Ran ran
@zhangkangbin 研究过这个,这个的原理是读取数据库,但是在最新版本的微信里面已经不好使了 其实我想的是,通过Xposed 读取到微信朋友圈的数据接口然后分页遍历去获取,然后存储下来
这个需要你内部的UI处理,listview的话就通过addfooterview recyclerview的话通过适配器addfooterview android scrollview的话通过addView
@MrCWW 没解决,最后放弃使用了
mHeaderAndFooterRecyclerViewAdapter.putLayoutManager(getLayoutManager()); 在 setAdapter里面增加这个方法 修改HeaderAndFooterRecyclerViewAdapter方法里面的onBindViewHolder里面的 StaggeredGridLayoutManager.LayoutParams params = new StaggeredGridLayoutManager.LayoutParams( StaggeredGridLayoutManager.LayoutParams.MATCH_PARENT, StaggeredGridLayoutManager.LayoutParams.MATCH_PARENT); 改为 StaggeredGridLayoutManager.LayoutParams params = new StaggeredGridLayoutManager.LayoutParams( StaggeredGridLayoutManager.LayoutParams.MATCH_PARENT, StaggeredGridLayoutManager.LayoutParams.WRAP_CONTENT);
便宜点还好,关键是太贵了