- Mastering Android Studio 3
- Kyle Mew
- 222字
- 2021-07-02 18:42:31
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In the previous examples, we used app:srcCompat as opposed to android:src. "
A block of code is set as follows:
public class ExampleUnitTest
{
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
buildTypes { release { . . . } } productFlavors { flavorDimensions "partial", "full"
Any command-line input or output is written as follows:
gradlew clean
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Besides MakeBuild and Analyze, the Build menu has other useful entries, for example, the Clean Project item, which removes build artifacts from the build directory "
- 數(shù)據(jù)科學(xué)實戰(zhàn)手冊(R+Python)
- 機器人Python青少年編程開發(fā)實例
- 實戰(zhàn)Java高并發(fā)程序設(shè)計(第3版)
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- Node.js:來一打 C++ 擴展
- Python Interviews
- Visual Studio Code 權(quán)威指南
- jQuery for Designers Beginner's Guide Second Edition
- 軟件工程與UML案例解析(第三版)
- Python硬件編程實戰(zhàn)
- 軟件測試(慕課版)
- RESTful Web API Design with Node.js
- C語言程序設(shè)計實驗指導(dǎo)與習(xí)題精解
- 用Go語言自制編譯器
- Expert Cube Development with SSAS Multidimensional Models