I am trying to change gridView column number. I call setNumColumn() and invalidateViews() to update the view.
setNumColumn()
invalidateViews()
However, the grid\'s cell width w
in xml u have to provide this attribute..
android:stretchMode="columnWidth" . In your adapter depending on the size(by `getCount()`) of the list colomn will create dynamically..