I am attempting to create a custom Adapter for my ListView since each item in the list can have a different view (a link, toggle, or radio group), but when I try to run the
Issue comes when getItemType value is wrong. This value should be an integer and should be from 0 to getViewTypeCount()-1.