JayZhou

Results 60 comments of JayZhou
trafficstars

是这样的,关于底部导航栏的demo ,要左右滑动只需要配合ViewPager 使用就好,与博客所讲的东西是不冲突的,很简单,如果有需要的话你可以自己加来试试。

你说的是底部导航栏?

点击事件直接在cell里面做就好了

局部刷新还是跟原生的RecyclerView Adapter 一样,用notifyChange(int position),一个item内的局部刷新还做不到

项目中已经升级为RxJava2,更换的东西挺简单的,这只是个demo ,因此没有考虑升级

This issue is basically in the Modal component,I fix this issue by : https://github.com/23mf/react-native-translucent-modal

childView's click event is changed when i scaled ViewGroup by Override dispatchDraw

it doesn't work for me ,in my case ,childView’s click event area is not change after scaled , For example, after the ViewGroup is zoomed in, the click event area...

@guvencan The ViewGroup is scaled by dispatchDraw, which is equivalent to the actual position of the child View. The position of the click event after zooming in or out is...