Hi all...thanks in advance for being so helpful.
My understanding is App Inv. has a screen "limit" of about 9 or so screens. As I understand it, this is a result of the apps we create primarily utilizing Android's Shared Preferences memory. So for example, when you create an app that uses TinyDB to store data, TinyDB is storing that in the Shared Preferences, which is not some huge place to store data--it's meant to story text-only data about, well as its name implies, preferences the user has. This might be "dark mode" or a font size that they like.
This space isn't meant to use huge amount of data. As such, if you create an app that's too big and stores too much data, the app will start to malfunction.
-
is my understanding of App Inv.'s data limitation correct?
-
if one "offloads" data storage to, say, Firebase, does that push up the amount of screens one can make in an app?
I'm really liking App Inventor and am thinking about making my "dream app" in it. My dream app will be a) pretty data heavy and b) will need 25 to 30 screens.
If I offload data storage to the cloud, can App Inv. handle the code for that many screens? I don't see why not, but I am looking for dissenting opinions.
Thanks.