Slide 13
Slide 13 text
Interface and Navigation
This includes buttons, text fields, image views, scroll views and
other UI elements that the users can interact with to perform
certain tasks. Tools like XML and Material Designs are used for
interface design in Android.
1. Layouts
a. Frame
b. Relative
c. Linear
d. Constraint
…
2. Components
a. Textview
b. Edittext
c. Buttons
d. Imageview
e. Recylerview
…