tjerkw / Android-SlideExpandableListView

A better ExpandableListView, with animated expandable views for each list item
Apache License 2.0
1.98k stars 741 forks source link

Possible to expandableListView in Horizontal..? #13

Closed kongsonida closed 11 years ago

kongsonida commented 11 years ago

Dear,

I create one project that relate with expandable listview like horizontal.

Could we use this lib to horizontal list View to slide left to right side...?

Thanks, :P

tracyboehrer commented 11 years ago

Before finding this, I had written some code to slide horizontally. It used the same animation technique to adjust the left and right margins (it was based on the android-fly-in-app-navigation project). It worked, but... It was noticeably slow and not always smooth. When the code was used outside of a ListView, it was fine. There was something about being in a ListView that jacked with it. What I'd really like to find is the technique used in the GMail app, except instead of being a delete/archive, it would reveal options.

tjerkw commented 11 years ago

It dont really understand the question.

However I do understand what @tboehrer is saying. Currently this project does not provide that functionality. I would recommend using a different library, just for that purpose:

https://github.com/Knickedi/android-toolbox/wiki/Quick-action