To add a snippet of code you have to "fence" it in backticks. 백틱으로 된 "Fence" 안에 코드 조각을 넣는다.
For example, the following snippet sets lib-proguard-rules.txt as the library's ProGuard configuration file: 예를 들어, 다음 스니펫에서는 라이브러리의 ProGuard 구성 파일로 lib-proguard-rules.txt 를 설정합니다.
The snippet doesn't add the _ID column, because this column is maintained automatically. 이 스니펫은 _ID 열을 추가하지 않습니다. 이 열은 자동으로 유지관리되기 때문입니다.
For example, this snippet: 예를 들면, 이 코드 조각은:
In this snippet, the lines of the file are being read into a string: 이 스니펫에서 파일의 줄이 문자열로 읽히고 있습니다.
This snippet shows how to insert a new word into the User Dictionary Provider: 이 스니펫은 사용자 사전 제공자에 새 단어를 삽입하는 방법을 보여줍니다.
The following snippet shows how to limit your language resources to just English and French: 다음 스니펫은 언어 리소스를 영어와 프랑스어로만 제한하는 방법을 보여줍니다.
The manifest snippet below is extracted from the intent filter element within a broadcast receiver. 아래 매니페스트 스니펫은 브로드캐스트 수신기 내의 인텐트 필터 요소에서 추출되었습니다.
The description of the ContactsContract.RawContacts contract class includes a code snippet that demonstrates batch insertion. ContactsContract.RawContacts 계약 클래스의 설명에 일괄 삽입을 설명하는 스니펫이 포함되어 있습니다.
The following HTML and CSS snippet is everything that was used to implement the demo: 다음 HTML과 CSS 코드 조각은 데모를 구현하기 위해 사용된 모든 것입니다.