
Android Checkbox Tutorial
In this tutorial am going to show how to use checkbox in android.Basically the checkbox is used for receive user input.Lets find how it works in android.
STEP BY STEP
1.Create an Android Project
Refer:How to create an android project
2.Create a strings.xml file in res/values folder.
Copy and paste the given bellow code.
<?xml version="1.0" encoding="utf-8"?>
<resources>
...