Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use ArrayAdapter with button and SwipeActionAdapter? #30

Open
b3lowster opened this issue Aug 3, 2015 · 3 comments
Open

Can I use ArrayAdapter with button and SwipeActionAdapter? #30

b3lowster opened this issue Aug 3, 2015 · 3 comments

Comments

@b3lowster
Copy link

Hello

I have custom ArrayAdapter with button and want to use SwipeActionAdapter for extra features.
Now I have a problem with button because when I click on button on the first item in the ListView the state of item is not changed but when I click on button on another item in the ListView state is changed on the previous item in ListView.

Please let me know if my question is not clear I will provide examples, code and screenshots.

Thx in advance

@wdullaer
Copy link
Owner

wdullaer commented Aug 3, 2015

This sounds like a zero based indexing problem with your code.

@b3lowster
Copy link
Author

The thing is that with out SwipeActionAdapter my code works corretly.

Could I show over here my classes?

@wdullaer
Copy link
Owner

Stackexchange would be more the place for that, but feel free to use either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants