I need to make an app to help my friends with their study, the idea was simple but I’m pretty new to the mit app inventor.
Faced a problem of too many screens, so I made a list picker:
1st : I have 5 options.
2nd: In every option there are 3 options.
3rd: some of the 3 options have 5 or 4 or 2 options.
what is very hard is that :
1-how to link URL to my last option?
2-how to make the last option open a pdf file?
3-how to make an item in a list acts like a button that make me go to the next screen which i can add things to it?
A Webviewer is an AI2 component for displaying web pages (and much more) It is not a fully functional browser like Chrome or Firefox, but will do most things. Can be found in the User interface palette
Very simply, the blocks for the listpicker:
This would be your 3rd listpicker selections
When the user selects Video (choose your own title) then the webviewer is opend to a youtube url, when they select PDF, the webviewer opens the pdf in a google viewer, and finally when Image is selected, and image is shown in the webviewer