Darkion Avey
Darkion Avey
I didn't include a method in the helper class to do that since there are many ways to achieve this with recyclerview. For example (using the demo app, and assuming...
@Anzhi-Meiying whoops! I actually forgot that part! I will create an interface to retrieve selected item position soon.
> Can i use this in my app > > Yes
Thank you for bringing this up. I do agree with you, the layout manager is kind of bare bones. I will keep this issue open until I publish the artifact...
You can black list the phrase "is displaying over" and it should work.
Sure, I'd love to see it. While you're at it, please make the icon compatible with adaptive icons. An adaptive icon is basically an icon that has foreground layer (for...
Having a lock symbol is pretty cool. You could remove the AU text, it's not necessary. Maybe merge the lock with a horizontal popup, since the app is basically horizontal...
Yes, that's cool. When you feel like it, please post the PSD file so I can edit it to match Android's standards
Hi! I didn't implement a method to disable the translation, however you can do it yourself by removing these lines ``` if (isVertical()) mRecyclerView.setTranslationY(interpolatedProgress); else mRecyclerView.setTranslationX(interpolatedProgress); ```
Thanks to the hint by @83-p, p4a generated zlib for x86_64 and the app launched as expected without crashes > > > If arch is x86_64, the NDK library path...