I have some data in my data base and i want to display it in android phone.I want to display my data on Grid-view because there is continuous variation in my data therefore i want to display in android like asp.net gridivew.Please anyone help me to do this or any example code to do this
Share
You need to have two things for the
Gridview:Use
Gridviewcomponent in a layout.Inflate the elements in a
getViewmethod and set elements position by position to theGridviewitems.You can follow this link to understand it:
http://android-coding.blogspot.in/2011/09/simple-gridview-example.html