前言html
從本章開始,將直接翻譯最新的Android 2.2 r1 版本的API,而以前的文章之後更新、補充、完善至新版。本章android.widget.CheckBox內容很少,目前翻譯的選擇策略是先翻譯簡單的、相關的,而後再翻譯複雜、內容多一些的 :) 歡迎更多譯者一塊兒參與Android API 的中文翻譯行動!個人郵箱over140@gmail.com。
java
聲明android
歡迎轉載,但請保留文章原始出處:)
ide
農民伯伯:http://over140.blog.51cto.com/ui
正文spa
1、類結構翻譯
public class CheckBox extends CompoundButtonhtm
java.lang.Objectblog
android.widget.Button
android.widget.CompoundButton
android.widget.CheckBox
2、 概述
複選框是一種有雙狀態按鈕的特殊類型,能夠選中或者不選中。以下是一個在activity中使用複選框的例子:
3、下載
PDF下載:/Files/over140/2010/10/CheckBox.pdf
4、系列
Android2.2 API 中文文檔系列(1) —— TextView
Android2.2 API 中文文檔系列(2) —— EditText
Android2.2 API 中文文檔系列(3) —— AccessibilityService
Android2.2 API 中文文檔系列(4) —— Manifest
Android2.2 API 中文文檔系列(5) —— View
Android2.2 API 中文文檔系列(6) —— ImageView
Android2.2 API 中文文檔系列(7) —— ImageButton
Android2.2 API 中文文檔系列(8) —— QuickContactBadge
Android2.2 API 中文文檔系列(9) —— ZoomButton
結束
本身先翻譯,而後由女友作校驗,翻譯效果好多了,感謝女朋友幫助API文檔提升翻譯質量O(∩_∩)O~~ 也歡迎你們糾正翻譯稿 :)