I have a small issue with ArrayList. I have to fetch the document from the server. The document contains 7 fields of data. I have to show the document names in the list view. For this I have added different fields data to the different ArrayList. So when I click on the document name, based on the position of the document, I fetched the all fields data from the different Arraylist based on the position.
But Have a small issue using by using the above procedure. Is there any procedure that is not depend on the position, what I want is irrespective of position if I click on the Document,based on the keyword document data to be extract.
Any Help Appreciated. Thanks in Advance.