Create a Generic Base Adapter?
Answering my own Question after two years. In order to make Generic Adapter you need abstract methods in parent class which should be implemented by child. So GenericAdapter must be Abstract and create abstract methods for data you want to change. I have different types of ArrayList to show in Adapter only it’s model class … Read more