Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 331 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 331 Bytes

Example 1

Purpose

Understand “views” in Android development, and get familiar with functions.

Operation

This template android code has an image view, an output text view, an input edit view, and a button view. Input a message in the edit field. Press the button to print the message on the text view above the figure.