QuickReturn
QuickReturn copied to clipboard
Android ListView that implements the QuickReturn UI pattern. Written from scratch with focus on performance.
Hi @felipecsl I like your QuickReturn, but I can not use it in a RecyclerView. Could you add RecyclerView to your library? Thanks.
Hi. Is there a way to prevent the blank area on the target view (as you scroll up) or is this is an existing issue (I didn't see it in...
My action bar contains a button which switch items layout and so item's height will changed.
nullpointer exception on grid view custom baseadapter @felipecsl
You library works great but with one major problem. When I try to select an item in the list, it always selects the item next to it, like if I...
In the sample, in the list view's onScroll method. Re-produce step: Scroll up and make the top target disappear, then the firstVisibleItem is immediately 1 which should be 0. It...
hi, I have integrated quick return in my custom listview but i couldn't get click of some random rows i have total of 4 buttons on each row with different...
If you set the position of the listview, like if you change following code in your sample, then you've got a very ugly visual bug. :) Any ideas how to...
One thing that happened when I used both CardsLib (Top Colored Material card) with QuickReturn (https://github.com/felipecsl/QuickReturn) is that the app wil crash when I scroll down near the bottom. It's...