Basically I want one class to hold 3 separate Views
on one screen.
I would like the top half of the screen to display a panoramic View
(which I have defined in Panorama.java), and the bottom half will be split in half vertically and have 2 separate Views
on them. On the left I would have my map class(CampusMap.java) and on the right I would have my other Activity
(CampusTour.java).
Is this possible? If so, how would I implement it?