Ahad Porkar
Ahad Porkar

Reputation: 1708

android Gridview customization

is there any way to make gridview items like cell(column) have diffrent size? like one column have 2x height and width on another one ? or made ability to gridview that we gave the size on call for each one ? this is what im looking for :

enter image description here

plus ive check all of these links and source and none of them gives me The Costume "Gridview" method.

https://github.com/benmonro/PulseLauncherGrid

https://github.com/maurycyw/StaggeredGridView

https://github.com/jacobmoncur/QuiltViewLibrary

i guess this aint possible for gridview in android right ?

Upvotes: 1

Views: 102

Answers (1)

Niko
Niko

Reputation: 8163

Default GridView doesn't work properly with that but check this link: http://www.androidviews.net/2013/01/pinterest-like-adapterview/

Upvotes: 2

Related Questions