- 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.
- Deploying Node.js
- FuelPHP Application Development Blueprints
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Microsoft Dynamics 365 Extensions Cookbook
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- R語言數據可視化實戰
- 面向對象程序設計(Java版)
- 軟件架構:Python語言實現
- SQL Server 2016數據庫應用與開發
- Getting Started with NativeScript
- 微信小程序全棧開發技術與實戰(微課版)
- 智能搜索和推薦系統:原理、算法與應用
- 區塊鏈技術進階與實戰(第2版)
- Spring Security Essentials
- Go語言編程