[Android Studio] [Java] Learning memos & links

※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

[Android Studio] [Java] Learning memos & links
Java learning (0)
Reintroducing Java 8 available from Android Studio 2.4
Screen transition by [Android Studio] [Java] button
Java to C and C to Java in Android Studio
For JAVA learning (2018-03-16-01)
Java learning day 5
java learning day 2
java learning day 1
Links & memos for getting started with Java (for myself)
Create your own Android app for Java learning
[Android Studio] How to change TextView to any font [Java]
Java learning 2 (learning calculation method)
Java learning memo (method)
Java Learning (1)-Hello World
[Android Studio] [Java] How to fix the screen vertically
JAVA learning history interface
Java learning memo (basic)
My Android learning reference
Notes in Android studio
Java learning memo (interface)
Defeating Android Studio Part 3-6
Java learning memo (inheritance)
Defeating Android Studio Part 1 & Part 2
Refer to C ++ in the Android Studio module (Java / kotlin)
You are currently using Java 6. Solution in Android Studio Gradle
Learning Java framework # 1 (Mac version)
Java basic learning content 7 (exception)
JAVA learning history interface inheritance
Java learning memo (data type)
Java basic learning content 5 (modifier)
Books used for learning Java
Java learning memo (logical operator)
Java learning memo (abstract class)
Java in Visual Studio Code
[Java] [Android] Read ini file
Java Basic Learning Content 8 (Java API)
Java Learning 1 (learning various data types)
[Android / Java] Learned about DataBinding
Java basic learning content 4 (repetition)
[Android Studio] Set an arbitrary image for the application background [Java]
Source to display character array with numberPicker in Android studio (Java)
Determining if a custom keyboard is enabled in Android Studio (Java)