Am working on android project. Its like filling form. And I can list number of forms in listview. I have done this. But While clicking the particular form from listview, it should open with filled data & img which is retrieved from db is not working.
Can anyone help me with sample code.
thanks in advance
You should implement the
OnItemClickListenermethod of the listview, get the events and do whatever you want.Check HERE