我只是想在电子邮件中保存复选框的真/假状态。我是新手,边走边自学,所以我很抱歉。先感谢您!!这是我所拥有的:
public class eActivity extends Activity {
private CheckBox check1;
///onCreate
check1 = (CheckBox) findViewById(R.id.check1);
///Email Intent
email.putExtra(android.content.Intent.EXTRA_TEXT,
////What do i put here to get the state of the checkbox true/false?////