Soichiro Kashima

Results 36 comments of Soichiro Kashima

Hi, thank you for the feedback. I'll check that later but could you tell me more details? (e.g. when over-scrolling, when using ViewPagerTabActivity sample, or whatever.) Does it happen on...

@pawelantczak Thank you for your information and sorry for my late reply. I've also confirmed a similar behavior in `ActionBarScrollViewActivity`. I'll investigate that later.

@tristanhimmelman I'd like to, but I found strange behaviors in other examples after merging it. I should look into it when I have time.

Sorry but I don't understand well. Is it a kind of sticky headers like this library? https://github.com/emilsjolander/StickyListHeaders

Thank you. I'm not sure but it's maybe achieved with FrameLayout, ObservableListView and views for header and background ImageView. To discuss further details, I should write some sample codes. I'll...

Thank you very much! I got it. I'll give it a try.

I haven't tried but if the current ObservableRecyclerView cannot handle StaggeredGridLayoutManager, I'd like to make it support. Do you have any specific problems with StaggeredGridLayoutManager?

Thanks for your reply. Maybe the each items managed by StaggeredGridLayoutManager have different height, and ObservableRecyclerView can't handle that correctly, I think. I'll consider whether there is a solution for...

Do you mean that you want an example of `SlidingUpRecyclerViewActivity` with `Fragment`? I think there are already some Fragment examples in this project. Are they not enough?