android-swipelistview-sharp icon indicating copy to clipboard operation
android-swipelistview-sharp copied to clipboard

A C# Android List View implementation with support for drawable cells and many other swipe related features

Results 8 android-swipelistview-sharp issues
Sort by recently updated
recently updated
newest added

Please help because this library has worked so well and now it is crashing. Have used this package as a nuget package in xamarin.android project [](url)

Newer versions of Xamarin.Android have shipped with a new way of generated android callable wrapper code that's a bit higher performance than the current default. By setting the AndroidCodegenTarget MSBuild...

I'm using your swipelistview library from past 2 weeks,now am facing some listview swipe freezing on some devices but its normally working fine in other devices too.Don't know the actual...

I am getting this error when I try to click the list. Maybe you could know what is the issue. Thanks Attempt to invoke virtual method void android.view.View.setOnClickListener(android.view.View$OnClickListener) on a...

I get the following issue. Seems to be somewhere in java code. Maybe updated Jars would work? java.util.ArrayListInvalid index 15, size is 11 --- End of managed exception stack trace...

Hi Chrisriesgo, I'm using your great swipelistview ! 1. OnClickFrontView is called many times when you select the same item many time. 2. The listview is freezed just after delete...

Is there any way to close all open item? Currently all open items closes on click of list item. But if we swipe items then open item not close, it...

Hi chrisriesgo, thank for the C# port of the swipelistview ! I have a bug when you swipe right and swipe left (in the same gesture), the front view is...