Piglet's Android Getting Started Day 2
Learning Part 1 for various UI components
Introduction to this section:
In the previous section, we first experienced a process of Android development and developed a simple telephone dialer;
Then learn the six major Android layouts, the interface is simply composed of layout + controls; The layout has been learned, the rest
Of course it's a control, but the UI components provided by Android are quite rich; we don't have to master them all.
Usage, just need to understand some basic usage, and so on when needed to check the information can be! Of course, the content is in the Android UI
Component instances to rely on, because the content is more, so need to be divided into several chapters to introduce! OK, just start the text!
Learning Roadmap for this section:
Body:
TextView (text box)
More information : Portal
EditText (edit box)
More information: Portal
Button (buttons) and ImageButton (image button)
More information : Portal
RadioButton (radio button) and checkbox (check box)
More Information: Portal
ToggleButton (toggle button) and switch (switch)
More information: Portal
ImageView (image view)
More information: Portal