java - Is it possible to use a MapView without having to extend MapActivity? -
Currently in my design I have found a basic abstract class which is expanding all of my activities, though I It is only found that in order to use a map view you need to increase the mapping of your activity, since Java does not have multiple inheritance, so I was thinking that there is any way, for my application, I can use my map without using any mapview.
Thanks in advance for any help!
Regards, Celestialorab
Good question I am interested in what others have to say if there is no answer, then you Should be examined; This is the map that I am using for my application.