I can't get a hold of the ListView and ListAdapter.
1)Is it that if we use a ListView we should use ListAdapter?
2)How can i call a listener when the item in a list is clicked?
3)Also i have created a listview.xml that creates a list view and array.xml that gives the items to the list. how can i refer that items name inside the java code?
4)To use a listener method for the ListView should the ListAdapter be necessarily used?
Please help me out!!!
Please clear my doubts through a tutorial.
Thanks in Advance.





