SimpleGridHome

single class use for making grid view without useing any recycler view or grid view just pass the child directly into the simpleGrideHome class . it will automatically arrange the layout into your custom view . specify the numColums and numRows and if by default it will add extra colums if found tablets so, if you dont want then change isTabmatter to false

#this the demo version ScreenShot Sample

how i use this in my app with card view ScreenShot Sample