How does one add simple fields that users can add info to that will be recalled later?

Hi all...new to the forums and have been using app inventor for a week.

I'm having fun so far, and it's a nice reprieve from the Android Studio course I am currently taking.

Question: How does one add simple fields that users can add info to that will be recalled later?

Say I have text fields that users can answer questions in. Upon hitting enter, I would like those answers to be saved and be able to be recalled later. How does one accomplish this app inventor?

If there is a tutorial that covers this, please let me know. I have done two or three already.

(Eventually, I want to be able to do this in a more sophisticated way with a database such as Firebase or Supabase. But I'm trying to get an minimally viable product going for this app idea I have).

Thanks in advance for any help.

Use TinyDB

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...? .

Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Thank you for taking the time to reply. I'll look into tinyDB.

Thank you for taking the time to reply.