※AS=AndroidStudio
| No | Type | the term | Concisely in your own words | Reference article |
|---|---|---|---|---|
| 1 | AS | View (Object) |
In VB, it corresponds to Control. Refers to UI parts such as buttons and text boxes. Example: view.getId() |
What is Android View (Relationship between View and ViewGroup) -ANDROID-Introduction to program development |
| 2 | AS | R (Class) |
A class that manages the ID of the View placed on the screen. Automatically generated by Android Studio. ※ver4.0.In 1 "R.The file "java" could not be found in the project folder. Example: findViewById(R.id.myButton) |
[Android Studio] R.What is R of id? Logical Shinkin Gun! |
| 3 | Java | instance | If the taiyaki baking mold is a "class", the taiyaki baked using it is an "instance". | Instantiation IT Glossary BINARY |
| 4 | Java | Anonymous class | As the name implies, it is a disposable class without a name. | How to use Java anonymous class (anonymous class) [For beginners] TECHACADEMY |
| 5 | ||||
| 6 | ||||
| 7 | ||||
| 8 | ||||
| 9 | ||||
| 10 | ||||
| 11 |
Recommended Posts