I have some problems in implementing a list view with 3 items, one text, one image and on radio button. Could you please let me know how can we perform that.
I have
String[] MovieName=new String[MovieNum]; //Has Movie Name Text
String[] MovieCover=new String[MovieNum]; // Has Movie Iamge URL
Can you help me with this with a probable sample code ?
Here is an example of a multicolumn listview with images and checkboxes.