How can i make a link

How can i make a link (Zip)
In app inventor?

It depends on what exactly you are trying to accomplish, but the Label component has an HTMLFormat property that when enabled will interpret the label Text as HTML. You can then put in a good old anchor (a) tag and set the href accordingly. Alternatively, you can use any component one could interact with like a Button and have it open the URL using the ActivityStarter component. Lastly, there is the WebViewer component to display whole web pages, which could include your link.

1 Like