Hi,
In my project, i would need different listviews like noteslist, contactslist, folderslist, groupslist etc... But is it necessary for each listview whether separate ListViewAdapter is required? or is there any other better way available to implement it?
Currently i have noteslist with corresponding NotesListAdapter.cs for its View. But before creating other adapters, i need to clear this doubt
Thanks...