0

I have trying to implement a UI and there are different columns on each row. After googling, I found a library twowayview. But I can't find any example for 6th image in picture in twowayview.

How can I implement it using that library or are there another ways without using library? Any example or idea would be appreciate.

Zeyar Phyo Maung
  • 111
  • 1
  • 1
  • 8
  • Off the cuff, `GridLayoutManager` with `RecylerView`, and an appropriate `SpanSizeLookup`, would handle this. – CommonsWare Mar 03 '16 at 16:06
  • Unless you want to use just a regular `Layout` you should probably do just what @CommonsWare said: `RecyclerView` + `GridLayoutManager` + `SpanSizeLookup`. See [this](http://stackoverflow.com/a/32763621/1993204) – Bartek Lipinski Mar 04 '16 at 09:20

0 Answers0