Android Studio learns the third day.
Today mainly study
1. Use of base controls such as RadioButton, CheckBox, Ratingbar, Seekbar, etc.
In combination with similar controls in Delphi, there are not too many problems with the understanding and use of these basic controls. In contrast, various monitoring events are similar to Delphi.
2. Switch activity with intent
(1) to jump between different activity, first create a new activity.
(2) Create a new layout file, the name of the layout file in lowercase letters (Android Studio will be prompted).
(3) binding activity and layout layouts
(4) To register the newly created activity with the Androidmanifest.xml (shown in the red box)
In addition, the code in the blue box is the title bar in the upper part of the Mainactivity page (is it called the title bar?), yesterday did not understand the whole, the original here.
(5). mainactivity Button Setting Listener event
3. Wire Cheng Contact
From the method name on the thread class, run and Delphi execute, as if it were similar.
Android Studio Learning-the use of basic controls; Intent Beginner