GridLayoutManager DYNAMIC GRIDLAYOUTMANAGER FOR TABLET Easily make two or more columns of recyclerview layout. implementation 'com.github.emrekotun:GridLayoutManager:1.0' Example Usage recyclerView.layoutManager = tabletGridLayout(this,2) recyclerView.adapter = adapter