Currently, in my project, I have a base abstract class from which all my actions expand, however, I recently discovered that in order to use MapView you need to make your activity extended with MapActivity. Since Java does not have multiple inheritance, I was wondering if there is a way to use MapView without having to recreate my project for my application.
Thanks in advance for your help!
Regards, celestialorb.
java android inheritance android-activity map
celestialorb
source share