AnimatedExpandableListView icon indicating copy to clipboard operation
AnimatedExpandableListView copied to clipboard

An extendable, flexible ExpandableListView widget that supports animations.

Results 29 AnimatedExpandableListView issues
Sort by recently updated
recently updated
newest added

Hi Gary, (pardon me if this is not the right approach to talk with you but I will not take more than a minute) Currently we are building a dynamic...

Hey, I am trying to use youro annimated expandable list view in my app but I'm having some issues. I have imported the library and this is my xml code:...

It would be awesome if the list scrolled down a bit when expanding the last visible group, or a group close to the bottom of the listView (not the list...

There can be performance issue using this AnimatedExpandableListView when the child view getting more complex. This branch gives a suggestion for how to using AnimatedExpandableListView efficiently. That is, using LRU...

hi, everything works fine but when first group item is in expanded state and if i click on last group item,First group item jumps up from its normal position in...

can you help me remove small arrow in GroupItem . Thank you!

E/AndroidRuntime(25667): FATAL EXCEPTION: main E/AndroidRuntime(25667): java.lang.IllegalArgumentException: Cannot draw recycled bitmaps E/AndroidRuntime(25667): at android.view.GLES20Canvas.drawBitmap(GLES20Canvas.java:778) E/AndroidRuntime(25667): at android.view.GLES20RecordingCanvas.drawBitmap(GLES20RecordingCanvas.java:117) E/AndroidRuntime(25667): at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:393) E/AndroidRuntime(25667): at android.widget.ImageView.onDraw(ImageView.java:979) E/AndroidRuntime(25667): at android.view.View.draw(View.java:13494) E/AndroidRuntime(25667): at android.view.View.draw(View.java:13378) E/AndroidRuntime(25667): at...

When we were looking for a solution to our design challenge which was "how to we simplify our navigation to a user", I came to the conclusion that animation would...

Hi! I'd really like to use this view in my project, but I can't import it. What's the advised way to import it? I see the sample is not split...