Hola de tarea estoy haciendo una lista de compras y me marca este error cuando quiero agregar un elemento a la lista, no se que hacer :c
Igual se que es algo muy sencillo pero apenas llevo 3 semanas usando app inventor jsjsjsjs
Les subo mis proyecto.aia
you are only opening screens and never closing them
you might want to follow tip 1 here and use virtual screens, which makes things easier...
if you still want to use different screens, store the list in TinyDB and read it again from there in the other screen ... and next time you start your app, the list still should be there... another reason to use TinyDB to store the list...
currently if you are starting the app, the global Lista will be initialized with an empty string, which does not make sense and most probably results in the error you are experiencing...