Use of checkbox in Sketchware
Use of checkbox in Sketchware Use of checkbox in Sketchware Welcome my friend in KNHCenter. To day I discuss about check box. Checkbox return type is true or false .when checkbox checked than it return true otherwise return false. 1.open sketchware app 2.Make new project 3.today my gole is make a project .When I pressed the a button .If check box is check than a message show me that check box is check . Otherwise show me a massege check box is unchecked. 4. Make following main.xml file like image which is given below 5. Create logi in onclik button This For android studio java and XML code is below:- Main.Java:- package com.my.newproject3; import android.app.*; import android.os.*; import android.view.*; import android.view.View.*; import android.widget.*; import android.content.*; import android.content.ClipboardManager; import android.graphics.*; import android.media.*; import android.net.*; import android.text.*; import android.util.*; import andro...