Develop Android Apps, how to code a Hyperlink

New Tutorial 2022


View All Tutorials


Android - Hyperlink Example

Added April 2022

For this tutorial, we are going to learn how to add a Hyperlink in java class. A hyperlink is a url link; and in Android coding we add it to our java class and link this code with our layout code, using the "findViewbyId' method.

We are going to create a new app for this tutorial, and name is - A Hyperlink Example

Android Tutorial, Hyperlink


Creating Our New App

Open AIDE, Select New Project, from the left menu, or center menu hierachy of files; and do the following:

Select
Create an Android app, choose java xml programming language

choose NEW ANDROID APP(Gradle/Android SDK/java/xml) if your using the newest version of AIDE.

Choose HELLO WORLD example app template(java/xml);if your using an older version of AIDE,

For app name; type 'A Hyperlink Example'

For app package name type: com.aac.hyperlink

Click Create

Your new app is now created for you - named 'A Hyperlink Example'. For now, you will have the 'little green Android image' as your app icon.
Once you add your apps' icon image and run your app with the updated and new pages you create, and the apps' other images; you'll see the customized 'App Icon' instead of little green Android icon. Note: Not all tutorials have a customized icon or require new pages to be created.


AIDE automatically opens your new app in the editor for you.

Where Code is Coded

For our hyperlink example, we must edit the main.xml, and edit the MainActivity.java aka our java class.

First we add our TextView to the layout at main.xml; and add the resourceid to it; named 'textView1'. In our java page; we use "find view by id' to connect our two pages using that 'android:id' we created.
Next, we edit our java page and add the code as shown in this image.

image of java class for android hyperlink example

You can add any text to the text area. Then add the url you want to include. The 'Link Move Method' is required for this code to execute. We must also add it to our 'import statements' at the top of this java page, as shown in this image.


import statements for android hyperlink example

All code for this tutorial is at the Example Code section on this page. Only copy and replace code for the pages mentioned that require updating.
At Example Code section on this page; any page notated as 'no edit required', means you dont have to copy and paste that page - added only for you to view it.

TIPS

Navigating The App Project Hierachy

To view A FILE do either: from right menu choose FILES or GOTO, this will show the apps files along the top of editor, dropdown, and left side menu. After editing a file, SAVE it, right side menu, choose SAVE.

Creating Pages

Check for the filename extensions of page your creating. If for example, your creating a new Java page, (java folder)you want to see pages already created in that folder that have the .java file extension. Click 'create new java class' to create your page.

For xml files, you must create these in the 'res/layout' folder of your app project. Click 'add new xml file', to create your page.


Additional Reading on coding, at Android Developer website
Gohere


In Summary,
App Name is 'A Hyperlink Example' - located at AppProjects/AHyperlinkExample in AIDE; OPEN the AIDE app, then open App Projects, THEN select the 'A Hyperlink Example', app from your files hierachy(left menu); then DOUBLE CLICK on any file from the app, like strings.xml, to open it in AIDE.

Make sure at top of page, the app name 'A Hyperlink Example' is there next to AppProjects like so: AppProjects/AHyperlinkExample, then you know you have the proper App.

Once a file is in the editor, you can edit, save it, then RUN your APP, install, to Open your app.

You can open the app Simply by Clicking on the Android little green App Icon,with the wording 'A Hyperlink Example' on your tablet. It will be with your other installed apps.

If you make further changes to this App, you need to SAVE, RUN, UPDATE, INSTALL, OPEN the app again.
EXAMPLE CODE - Code For This Tutorial.

JUST copy the code for this tutorial from the Example Code in this section.

Example Code:
Copy Paste the Code

This free script provided by
JavaScript Kit

Share This Page


AIDE for creating Android Apps on your tablet or cell phone(android).
Free and Paid.
GoTo Aide

ANDROID STUDIO - for creating Android Apps on your desktop computer.
Free to Install and Use
Learn more - Android Studio

The Java XML files we code(example codes) and the Android Apps we create in our Free Tutorials are compatible with Android Studio and AIDE. Just choose Java XML as your Programming Language.


You May Like:
Make Sushi Rolls Taste World Wines Flavours and Aromas


Android Tutorial: A Hyperlink Example

AndroidAppCoding.com, All Rights Reserved