twoway-view icon indicating copy to clipboard operation
twoway-view copied to clipboard

Is this project still under development?

Open Thorsten1976 opened this issue 10 years ago • 8 comments

see subject

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

Thorsten1976 avatar Sep 17 '15 03:09 Thorsten1976

Adding myself to this

Binghammer avatar Sep 29 '15 21:09 Binghammer

ff

shineangelic avatar Oct 01 '15 14:10 shineangelic

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.

KentHawkings avatar Oct 08 '15 15:10 KentHawkings

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!

trimf avatar Nov 09 '15 09:11 trimf

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

ppamorim avatar Nov 09 '15 10:11 ppamorim

Thank you for reply.

trimf avatar Nov 09 '15 12:11 trimf

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.

grahamsmith avatar Sep 05 '16 15:09 grahamsmith

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

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

trimf avatar Sep 05 '16 17:09 trimf