- Android Programming for Beginners
- John Horton
- 142字
- 2021-07-23 14:47:06
Chapter 7. Coding in Java Part 1 – Variables, Decisions, and Loops
In this chapter, we are going to learn and practice the core fundamentals of Java, that is, the code that goes into the classes, and the methods that we create, along with the data that the code acts upon.
We will also quickly recap on what we learned in the previous chapters about Java and then immediately dive into learning how to write our very own Java code. The principles we are about to learn are not limited to Java but are also applicable to other programming languages as well. By the end of the chapter, you will be comfortable writing Java code that actually creates and uses data within Android.
This chapter takes you through:
- Java syntax and jargon
- Variables, operators, and expressions
- Decisions and branching
- Loops
推薦閱讀
- 大話PLC(輕松動漫版)
- C++面向對象程序設計(第三版)
- Cocos2D-X權威指南(第2版)
- Getting Started with ResearchKit
- 劍指JVM:虛擬機實踐與性能調優(yōu)
- Learning Data Mining with Python
- Responsive Web Design with HTML5 and CSS3
- Apache Hive Essentials
- 高級C/C++編譯技術(典藏版)
- Java 11 Cookbook
- VMware虛擬化技術
- Go并發(fā)編程實戰(zhàn)
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- R語言:邁向大數據之路(加強版)
- Exploring SE for Android