I have been working on an Android app and I want to display a multicolumn ListView in Android showing text, image and Radio button. Though I have been reading few blogs which offered me choice to use GridView instead or Multiple ListViews,I am still in doubt what shall i use.
Can anyone give me a hint on how to implement the same. May be some references be helpful too.
for multiple column into listview you need to customize the listview and need to create you layout that you have mention
you custom view code like this but in this for radio button you have to check the by coding and to maintain the radio button state for your list. Because in listview 1 row has only 1 radio button so you cannot maintain with the radio group button.
now you need to create the custom adapter ok here is the link for listview check this how you can create your custom adapter