Preface
Starting from this chapter, we will directly translate the latest Android 2.2 R1 version of the API, and the previous articles will be updated, supplemented, and improved to the new version. This chapter describes android. widget. there are not many checkbox content. At present, the translation selection strategy is to translate simple and relevant content first, and then translate complicated and more content. More translators are welcome to join in the Chinese translation operation of Android Api! My mailbox over140@gmail.com.
Statement
You are welcome to repost, but please keep the original source of the article :)
Blog: http://www.cnblogs.com
Farmer's uncle: http://www.cnblogs.com/over140/
Body
I. Class Structure
Public class checkbox extends compoundbutton
Java. Lang. Object
Android. View. View
Android. widget. textview
Android. widget. Button
Android. widget. compoundbutton
Android. widget. checkbox
Ii. Overview
A check box is a special type of button with two statuses. It can be selected or not selected. The following is an example of using a check box in an activity:
Iii. Download
PDF download:/files/over140/2010/10/checkbox.pdf
Iv. Series
Android2.2 API Chinese Document Series (1) -- textview
Android2.2 API Chinese Document Series (2) -- edittext
Android2.2 API Chinese Document Series (3) -- accessibilityservice
Android2.2 API Chinese Document Series (4) -- manifest
Android2.2 API Chinese Document Series (5) -- View
Android2.2 API Chinese Document Series (6) -- imageview
Android2.2 API Chinese Document Series (7) -- imagebutton
Android2.2 API Chinese Document Series (8) -- quickcontactbadge
Android2.2 API Chinese Document Series (9) -- zoombutton
End
Translate it by yourself, and then verify it by your girlfriend. The translation effect is much better. Thanks to your girlfriend for helping the API documentation improve the translation quality ~~ You are also welcome to correct the translation.