QuickReturn icon indicating copy to clipboard operation
QuickReturn copied to clipboard

Android ListView that implements the QuickReturn UI pattern. Written from scratch with focus on performance.

Results 14 QuickReturn issues
Sort by recently updated
recently updated
newest added

I investigate the code and see that QuickReturn use a dummy invisible row to prevent the first item of listview overlap by the QuickReturn target ... if (position < numColumns)...

When listview has a top padding, bottom view gets the same bottom padding initially, when you scroll padding goes away. It is caused by getComputedScrollY method, without - view.getTop() it...

Hi, is it possible to enable top and bottom quickreturnviews at same time for same listview? Thank you.

You say: "Automatically adjusts the ListView/GridView to prevent it from being hidden behind the target view, when it is placed at the top of the list." But when we have...