Hi, I am building a school app so I need a help that How to create a profile for students so that they can edit and save their details and also their image
plz help me with it.
thank you
Welcome Venkat.
This might help with the image part Photo Booth App
What have you tried? It is difficult to determine from your explanation exactly what you want your app to do and look like.
- create a profile ? Is this an app that allows students to share their profiles? or is it an app to make a Card style ListView 🟪 Card Style Listview using Dynamic Components Extension
- is the profile information to be stored in a database?
- is the profile information to be shared among other students? Here is an example from the MIT Gallery https://gallery.appinventor.mit.edu/?galleryid=4539127515316224 that might be what you want to do. You can search the Gallery for other projects that might be similar to what you want to build.
Build your basic app and when you have specific questions, be sure to ask :).
Here are some resources to help you learn to use the AI2 tools. 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 look here App inventor español. Offline. Tutorial. Ejemplos. Instalación. Códigos. Juegos. Curso gratis de App inventor. and here Tutorial Index | imagnity for more tutorials.
Learn about components Component Reference
and visit the Library The MIT App Inventor Library: Documentation & Support Help>Library on the MENU
Tq I want the data to be stored permanently. So whenever the student enters the profile again the data that he saved shld be seen and if he edits it again the data shld be stored and seen.