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...
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .