You should be able to:
- Create a Hello World app with Android Studio.
- Run an app on an emulator or a device.
- Implement a
TextViewin a layout for an app. - Create and use string resources.
- How to use XML code to add multiple
TextViewelements. - How to use XML code to define a scrolling
View. - How to display free-form text with some HTML formatting tags.
- How to style the
TextViewbackground color and text color. - How to include a web link in the text.
- Create the ScrollingText app.
- Change the
ConstraintLayoutViewGrouptoRelativeLayout. - Add two
TextViewelements for the article heading and subheading. - Use
TextAppearancestyles and colors for the article heading and subheading. - Use HTML tags in the text string to control formatting.
- Use the
lineSpacingExtraattribute to add line spacing for readability. - Add a
ScrollViewto the layout to enable scrolling aTextViewelement. - Add the
autoLinkattribute to enable URLs in the text to be active and clickable.