Skip to content

emrekotun/GridLayoutManager

Repository files navigation

GridLayoutManager

DYNAMIC GRIDLAYOUTMANAGER FOR TABLET


Easily make two or more columns of recyclerview layout.

implementation 'com.github.emrekotun:GridLayoutManager:1.0'
phone phone

Example Usage


 recyclerView.layoutManager = tabletGridLayout(this,2) 
 recyclerView.adapter = adapter