入門 Android アプリ開発 2021
やってみてのメモ
- 英語をある程度は読めないと厳しそう
- ソフトウェア関連の用語 (SDK とか) がばんばん出てくるので、慣れていないと厳しそう
- オブジェクト指向プログラミング言語を含むいくつかの言語でのプログラミングの経験がないと厳しいかなあ
- コンピュータの操作に慣れていないと厳しそう
ここを入り口とした。 https://developer.android.com/courses/fundamentals-training/toc-v2
https://developer.android.com/codelabs/android-training-hello-world#0
What you should already know Understand the general software development process for object-oriented applications using an IDE (integrated development environment) such as Android Studio. Demonstrate that you have at least 1-3 years of experience in object-oriented programming, with some of it focused on the Java programming language. (These practicals will not explain object-oriented programming or the Java language.)
What you’ll need A computer running Windows or Linux, or a Mac running macOS. See the Android Studio download page for up-to-date system requirements. Internet access or an alternative way of loading the latest Android Studio and Java installations onto your computer.
https://developer.android.com/studio
https://developer.android.com/codelabs/android-training-hello-world#3
https://developer.android.com/codelabs/android-training-hello-world#4