Relative Content

Tag Archive for listkotlinandroid-recyclerviewadapter

Split a single column list on multiple columns in recyclerView

I want to display a large list of words on a recycler view. Taking advantage of the screen width as compared to the column width, I thought it was a good idea to spread the list on say four columns while keeping the vertical scrolling capability. For this I found this very useful kotlin method chunked :