Code Monkey home page Code Monkey logo

Comments (10)

wdullaer avatar wdullaer commented on June 6, 2024

That is because your row has a transparent background.
Make sure that you explicitly set the background of your row to a solid color (white in this case).

from swipeactionadapter.

juliafriberg avatar juliafriberg commented on June 6, 2024

Thank you for your answer, that worked. Another problem occurs when using static backgrounds which does not happen when the backgrounds are non-static. I get this exception: java.lang.ClassCastException: android.widget.AbsListView$LayoutParams cannot be cast to android.view.ViewGroup$MarginLayoutParams.

from swipeactionadapter.

wdullaer avatar wdullaer commented on June 6, 2024

Can you explain when you get this exception and maybe put the full stacktrace on a pastbin somewhere, so that I can have a look?

Are you manually setting layout parameters at some point?

from swipeactionadapter.

juliafriberg avatar juliafriberg commented on June 6, 2024

This exception occurs when I swipe right and want to start a new activity in onSwipe (I think). Here's the full stacktrace: http://pastebin.com/e7bzJgS8. I do not set the layout parameters manually anywhere in the application.

from swipeactionadapter.

wdullaer avatar wdullaer commented on June 6, 2024

The stacktrace doesn't contain a reference to this library, so my code isn't being called when this happens.
I'm guessing the exception happens when you release the swipe and the callback is fired. Maybe you're trying to do something fancy there?

from swipeactionadapter.

juliafriberg avatar juliafriberg commented on June 6, 2024

I am not doing anything different from when the background isn't static and then it works fine. The stacktrace doesn't reference my code either, which is confusing. If you don't know what the problem is I will simply have to try solving it on my own, thank you for the help anyway!

from swipeactionadapter.

juliafriberg avatar juliafriberg commented on June 6, 2024

I have tried removing all code from onSwipe() and I still get the same exception, and still only when fixed backgrounds is true. I can't figure out what is causing this, do you have any suggestions?

from swipeactionadapter.

wdullaer avatar wdullaer commented on June 6, 2024

I'm sorry, but I have absolutely no idea.
In both cases all the views are part of the same ViewGroup. With translate backgrounds, they get translated off screen, while without they are just hidden.
If you can reproduce the issue on the sample app, I can take a closer look at it.
Otherwise all I can say is that you should use the debugger to figure out exactly at which point it goes down (or try to simplify your code until it goes away, which should help you pinpoint the offending code).

from swipeactionadapter.

juliafriberg avatar juliafriberg commented on June 6, 2024

I managed to solve it by keeping a loop going through all objects and only calling adapter.notifyDataSetChanged() in the method onSwipe(). If i remove this it crashes. I have not tried it with the sample app and therefore do not know if the same thing occurs there.

from swipeactionadapter.

wdullaer avatar wdullaer commented on June 6, 2024

It sounds like it's an issue with how you are managing your data in the adapter.
Potentially even a race condition, where you were trying to render something as you are removing it from the underlying adapter.

In any case I'm happy you managed to resolve it :-)

from swipeactionadapter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.