Results 148 comments of Jose L

Hi! Does the layer stick horizontally or vertically? If it scrolls vertically i does not make too much sense from a UX perspective to have scrolling content. Also the touch...

I see that. So your listView allows swiping items away horizontally. That could be a confusing experience for users. For now the library consumes the event if it can handle...

Alright, so with HW accel it works for all? Let's gather information about the versions where this is happening so that we can focus our tests on those and propose...

Yeah, still would be great to avoid devs facing this issue. When it doesn't work on software we should probably force hardware.

Shame on me, never tried IntelliJ before. I think @chrisjenx is using it. Any idea?

Check out the imports of R, still not sure about Android Studio but keep in mind that they point to the library's package name. You'll need to change that to...

No, not initially. The most expensive part is the animation. Assuming there is mostly one animation at a time, there should not be much different. But you let us know,...

I'm curious though. All of them are stuck to the top. Is that they are showing at the same time altogether? Could you just replace the content when the layer...

Well there are two ways to get the layer sticking to the right. First one is by doing it as you'd do it with any other container (alignParentRight, gravity, etc),...