CheckedTextView Example
A CheckedTextView is an extension of normal TextView that supports the checkable interface and displays it. It is similar to CheckBox, except that the TextView is towards left of CheckBox. Here we will create a simple app which displays a CheckedTextView, and shows home as up button on ActionBar when it is checked. Step 1: Create … Read more