Coder Social home page Coder Social logo

Comments (7)

kiwiandroiddev avatar kiwiandroiddev commented on June 24, 2024

+1 to this. Why is the expand animation disabled for 14+, did it cause problems in a specific android version?

from animatedexpandablelistview.

lh-dasherz avatar lh-dasherz commented on June 24, 2024

+1, I want to know why you disabled the animation of last group.

from animatedexpandablelistview.

nomyzs avatar nomyzs commented on June 24, 2024

eae7132

This commit message makes me think it's a simple mistake and condition should be other way around.

from animatedexpandablelistview.

doc-rj avatar doc-rj commented on June 24, 2024

@nomyzs
Seems you are right. Testing on Lollipop, I changed to this condition at the beginning of expandGroupWithAnimation():

if (lastGroup && Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
    return expandGroup(groupPos, true);
}

from animatedexpandablelistview.

wangyeming avatar wangyeming commented on June 24, 2024

+1
I shield these codes and everything is OK. I have tested in android 2.3, android 4.4 and android 5.1.

from animatedexpandablelistview.

hoang-phan avatar hoang-phan commented on June 24, 2024

+1, I am testing in my tablet ME173X (JellyBean) and seems that the animation works for API level 17 too.

from animatedexpandablelistview.

Rendellhb avatar Rendellhb commented on June 24, 2024

When you include a footer view. The last group stop responding to listener. You click and nothing happens. Lollipop version works fine but in Jelly Beans it doesn't.

from animatedexpandablelistview.

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.