Haruki Hasegawa

Results 91 comments of Haruki Hasegawa

@joecizac Still not sure whether the culprit of unexpected behavior is my library. However, I found a workaround; use `android.support.v4.widget.NestedScrollView` instead of native `ScrollView`.

Hi. Try the following code snippet. ``` java public static class MyViewHolder extends AbstractSwipeableItemViewHolder { public boolean needToBind; public MyViewHolder(View v) { super(v); needToBind = true; ... } ... }...

Thanks for your report. I will take it a look.

@liuwei-tapatalk > Q1. Why we need PAYLOAD_DRAGGABLE_ITEM_CHANGED ? I think we can simplified the code as below: That's okay. No problem at all. > Q2. How can I add animation...

@tany123 Hi. Sorry for the late response 😞 Have you checked the "Button under swipable item" example in the official repository? I think adding a `TextView` and an `ImageView` is...

Hmm. This seems very strange. Is the issue occurs every time on specific devices? Have you verified that `bindViewHolder()` is called for the last item? Also, I want more info...

@lengxf Hi. I have checked your adapter code over and over again, but I cannot find out any reasons that cause the issue. However, I am now curious about the...

Hi. Thanks for the feature request! However, I do not have any plan to add sticky header in the future for now. P.S. I have been watching @bgogetap's sticky header...

Hi. Thanks for your suggestion. I thinks this [timehop/sticky-headers-recyclerview](https://github.com/timehop/sticky-headers-recyclerview) library will work with this library. I'll test them later.