lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Is this project still under development? #254

Open Thorsten1976 opened 9 years ago

Thorsten1976 commented 9 years ago

see subject

There is no progress since April, many open bugs, no pull request integration

Binghammer commented 9 years ago

Adding myself to this

shineangelic commented 9 years ago

ff

KentHawkings commented 9 years ago

I would also love to know if this project is still alive. It has a lot of potential but is too buggy for production in my experience.

trimf commented 8 years ago

It is very buggy, google GridLayoutManager works much better and supports spans. I wasted 4 hours trying to use TwoWayView. For those who possibly want to use it. Think! Have a look at google's GridLayoutManager!

ppamorim commented 8 years ago

The first version of RecyclerView have a better performance of couse. Things envolve...

trimf commented 8 years ago

Thank you for reply.

grahamsmith commented 8 years ago

The GridLayoutManager only supports a span in one direction however this library was attempting to span both columns and rows at the same time. If anyone knows how to achieve that with the GridLayoutManager I would be keen to know, however in the mean time has anyone managed to fork this project and apply some fixes?

Would be good to move it to a community driven project with multiple owners.

trimf commented 8 years ago

https://developer.android.com/reference/android/support/v7/widget/StaggeredGridLayoutManager.html

Try this. May be you didn't know about this layout manager.