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