App Inventor Screen Limits - Are these circumvented by having your data stored off of Shared Preferences and in the cloud?

As to my understand, screens are activities in an Android app, and you can't really push up the screen "limitations" by offloading data storage, but you can push the boundaries by using some tricks like this: Advanced simple multi-screen showcase, my multi-screen trick uses vertical arrangements and some codes to work like they're screens, does your dream app has screens that have the same compositions but different contents? you may save a lot of screens by doing some coding.