Results 16 issues of IMYYQ

你好,我在使用过这个库后,觉得非常的好,效果非常棒,但是有个很不好的问题,就是关于demo的问题,我觉得这个库的主题既然是下拉刷新,那么就应该去掉那些与下拉刷新无关的东西,而这个库的demo依赖了太多东西,加入很多没必要的东西,很影响抽取和使用。 应该用最简单,最直接的方式展现主题。 言语不周之处,请见谅

better demo

如题,在生成 set/get 的同时,可以选择生成指定字段的构造

双指缩放很容易变成左右滑动,放大后无法单指移动图片,请问这种该怎么处理呢?

[范例中没有演示如何绑定事件。我参考了``](https://developer.android.com/topic/libraries/data-binding/index.html#method_references),却没法编译通过。报错: Listener class android.view.View.OnClickListener with method onClick did not match signature of any method handlers::onClickFriend 希望范例中可以加入事件绑定。

仿真翻页效果想集合在已经做好的ViewPager上使用。有范例吗?

help wanted

Sometimes, I hope that in the Bind View, you can not automatically generate onCreate method. I hope you can join the option that does not automatically generate the onCreate method

Hi,如题,加入我只使用到了 scale 缩放的功能,是否可以只引入相关的 so?去掉其他用不到的以便减少大小。 还是说必须全部引入呢?

![image](https://user-images.githubusercontent.com/11580876/50282549-18d52600-048e-11e9-9160-f2b2a0b60388.png)

你好,我运行在基本效果中长按item后直接崩溃。 另外,我想请教下,当使用ItemTouchHelper处理拖动的时候,如何判断拖动时,item1拖动到item2上面了,就是想实现的效果是合并。非常急的功能,能否赐教?感谢!!!! `Process: com.iwith.classifyviewtest, PID: 22192 android.view.WindowManager$BadTokenException: Unable to add window -- token android.view.ViewRootImpl$W@141956e is not valid; is your activity running? at android.view.ViewRootImpl.setView(ViewRootImpl.java:765) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:356) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:93) at com.anarchy.classify.ClassifyView$8.run(ClassifyView.java:1015) at...