I received some good help from the forum yesterday (from ABG and you), and when that happens, I always try to answer somebody else's question as "payback" to the forum. I'm not an expert, but sometimes I have been through some struggles that can help other non-experts.
Back to the OP: Here's a possibly useful screenshot showing the structure for a "virtual multiscreen" app in MIT AI2. Notice how each of the vertical arrangements are "fill parent" for both height and width. This makes each vertical arrangement box fill the phone screen (and blocks you for seeing other vertical arrangements), so it feels exactly like a different screen, but isn't.
And here is a screenshot of some blocks that give an idea how to make each vertical arrangement "appear" according to which "virtual subscreen" you want the user to see (notice the actual main screen is not scrollable, thus preventing user from scrolling down to see the other vertical arrangements):
Cheers!
Zimbu