Develop Android Apps, how to code a Simple Scrollview Layout

New Tutorial 2022


View All Tutorials


Android - Simple Scrollview Example

Added May 2022

For this tutorial, we are going to learn how to add a Simple Layout Scrollview with System Generated Buttons

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

Android Tutorial,


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 'Scrollview'

For app package name type: com.aac.example_scrollview

Click Create

Your new app is now created for you - named 'Scrollview'. For this app, 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 Scrollview app, we must edit the main.xml layout page, adding the code for all the buttons. And, we include the element for Scrollview. This allows for scrolling beyond the physical perimeter of the screen.

We use the 'setContentView' method to pass the layout code (main.xml) to the java class, MainActivity.java.

Photo of main.xml
image layout for simple scrollview
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 don't 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 ' Scrollview' - located at AppProjects/Scrollview in AIDE; OPEN the AIDE app, then open App Projects, THEN select the 'Scrollview', 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 'Scrollview' is there next to AppProjects like so: AppProjects/Scrollview, 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 'Scrollview' 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. You only need to copy and paste for the pages that require editing. Those notated with 'No Edit Required' are included only for viewing; they do not have to be edited.

Example Code:
Copy Paste the Code

No images for this app

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 Scrollview Example

AndroidAppCoding.com, All Rights Reserved