Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.04 KB

File metadata and controls

26 lines (14 loc) · 1.04 KB

DoubleSlideExpandableListView

DoubleSlideExpandableListView with animation and double level (improvements from tjerkw project)

Screenshot

You can find some examples of use for this library in the file MainActivity.java (located in android-sources). You can find a simple Junit test using Robotium in the RobotiumDoubleSlideExpandableListView folder.

Improvements :

  • Double level with nested parent and son list
  • Allows to launch a task before animating the list (download datas...)
  • Smoother animation with ViewHolder pattern on ListView
  • And so many more I forgot xD

Do not hesitate to contact me if you have any question on this software.

Olivier G

PS : Thank for tjerkw for this initial project available at https://github.com/tjerkw/Android-SlideExpandableListView