How can we define Custom ListAdapter(like ArrayAdapter or IconicAdapter) for ListView in activity? How can we do the same for ListFragments? any example or links will be appreciated.Thanks.
How can we define Custom ListAdapter(like ArrayAdapter or IconicAdapter) for ListView in activity? How
Share
A
ListFragmentholds aListView, so there is really no difference. You just callgetListView()to get a reference and then you can set an adapter as usual.