- Hands-On Android UI Development
- Jason Morris
- 164字
- 2021-07-02 23:26:03
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: "The next lines of code read the link and assign it to the constantSize attribute." A block of code is set as follows:
<selector
xmlns:android="http://schemas.android.com/apk/res/android"
android:constantSize="true"
android:exitFadeDuration="@android:integer/config_shortAnimTime"
android:enterFadeDuration="@android:integer/config_shortAnimTime">
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<selector
xmlns:android="http://schemas.android.com/apk/res/android"
android:constantSize="true"
android:exitFadeDuration="@android:integer/config_shortAnimTime"
android:enterFadeDuration="@android:integer/config_shortAnimTime">
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: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Visual FoxPro程序設計教程(第3版)
- Building a Home Security System with Raspberry Pi
- Full-Stack Vue.js 2 and Laravel 5
- 青少年Python編程入門
- Mastering Git
- 零基礎學C語言第2版
- 代替VBA!用Python輕松實現Excel編程
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- IBM Cognos TM1 Developer's Certification guide
- Mastering SciPy
- Python 3快速入門與實戰
- Learning D3.js 5 Mapping(Second Edition)
- 軟件測試(慕課版)
- Learn Linux Quickly
- 零基礎學Java(第5版)