- 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
推薦閱讀
- Go Web編程
- Python程序設(shè)計教程(第2版)
- Android項目開發(fā)入門教程
- GeoServer Cookbook
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- SQL for Data Analytics
- AIRAndroid應(yīng)用開發(fā)實戰(zhàn)
- 深入淺出Windows API程序設(shè)計:編程基礎(chǔ)篇
- Visual C++串口通信技術(shù)詳解(第2版)
- Linux網(wǎng)絡(luò)程序設(shè)計:基于龍芯平臺
- MATLAB 2020從入門到精通
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計
- Mastering Business Intelligence with MicroStrategy
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- Arduino可穿戴設(shè)備開發(fā)