I have one list view and two list. I am loading one list(List list1) at the time of loading.After clicking that list item i am loading another list(List list2)
My requirement i want to know which list is displaying in the list view.That means i want the list name present in the list view
Assuming that you are using two adapters – can you not use getAdapter() find which adapter is in use at any time?