Android – CheckBox Example – isChecked()
Here i am again going to give you a demo of CheckBox’s isChecked() method. The purpose of isChecked() method is used to check whether the particular CheckBox is checked or unchecked. main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> … Continue reading