android - how to add item for vertical to gridiview -
if add item gridview
automatically added horizontal, how add item vertically gridview
top bottom column in android.
gridview, in cases uses listadapter. don't add items gridview, rather, add them adapter.
listadapters not designed give grid based layout. , so, it's not possible. don't think gridview supports adding items @ random indexes. at-least, docs don't mention this.
Comments
Post a Comment