Баскаков Алексей
Баскаков Алексей
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...
Thank you for reply.
https://developer.android.com/reference/android/support/v7/widget/StaggeredGridLayoutManager.html Try this. May be you didn't know about this layout manager.
``` val bitmap = ? // you've read the bitmap from some source using BitmapFactory, it is 512x512 8 bit val size = 64 val lutWidth = 512 val rowCount...