Create user profile page

Hi,
I am currently working on a fitness app and I am a bit stuck.
I would like the user, after loging in, to be able to create his/her profile by answering a few questions i have already set up.
So for example, I've created several screens, each one containing a question ( gender pick, birthday, height, weight) and would like for this values to be stored and displayed in their profile screen.
Is anyone able to help with this please?
Many thanks.
ZenPaulofitness(1).aia (1002.8 KB)

why do you need serveral screens? see tip 1 here

what about using TinyDB to store your values?

A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... 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 http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

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.

1 Like

Thank you very much!