views:

56

answers:

1

Hi all,

My ListView has to be customized like, it should have three imageView in each ListItem along with the name and date that has to populated from the DB,added with that, once i click upon the a list item ,that corresponding Listitem information has to be displayed in another Screen...The Size of the List should be based on the Cursor object from DB..and it should be possible to add data in to the Listview..too

Can anybody give me any suggestion/snippet/resource of how to proceed the above said..

Please check the ScreenShot of ListView that i mentioned..(My ListView should have to be like this only)..

![SampleListView Below- please click that link][1]

http://imgur.com/RjtXe.jpg

Thanks in advance.....

A: 

you can use inside every list item a WebView loadin your html template that contains the name, date and the 3 images, and use a JavaScript interface to interact with your code

you must load in every listitem something similar to this Example but with 3 images.

hope it helps you

Jorgesys
Thanks a lot Jorgesys.....
Nandagopal T