In object-oriented programming OOP, especially in Android Development, to make our program code cleaner and maintainable, one of the principles we are used to apply is SOLIDhttps://simple.wikipedia.org/wiki/SOLIDobject-orienteddesign. one of the poin...