Lesson 1 Final
Lesson 1 Final
Android
Lesson 1
There’ll be a
small piece of
sample text right
here that Android
Studio will put in
for us.
The minimum
required SDK is the
lowest version your
app will support.
Your app
will run on devices
with this level API or
higher. It won’t run
on devices with a
lower API.
Folder Structure
here and choose the
Project option to see
the files and folders
that make up your
This is the
project.
name of
the project.
Click
These files on
and folders these
are all arrow
included in s to
expa
your nd or
project. colla
pse
the
folder
s.
Double-click on
the file in the
explorer and the
file contents
appear in the
editor panel.
You dictate
which
editor
you’re You can edit layouts using the
using with visual editor by dragging and
these tabs. dropping components.
Include a <TextView>
GUI component for
displaying text.
Make the GUI component
just large enough for its
content.
Display the String “Hello
World!”
Click on this
button to
create an
AVD.
When you
select a
device, its
details
appear here.
If you don’t
have this
system image
installed,
you’ll be
given the
option to
download it.