Master programming and take your career to new heights with clear, concise C, Android, and Web Development courses for just Rs. 999 / $ 12. Get lifetime access and certificate. Click here to enroll: courses.sandipbhattacharya.com/s/store
wouldn't it be better to just use a foreach? foreach checkbox in the app check if its checked, if checked add text to a string and in the end just show the string.
I am having a problem with the Toast message of selected checkboxes and when I run the app on my phone the string context of checkboxes isn't available. Can you help me? please👀 P.S. I am new to android dev.
Master programming and take your career to new heights with clear, concise C, Android, and Web Development courses for just Rs. 999 / $ 12. Get lifetime access and certificate. Click here to enroll: courses.sandipbhattacharya.com/s/store
Nicely explained. Very easy for any learner!! Wish to see more such tutorials Sandip!! (y)
Thanks, Sanjoy. I'll keep on adding new tutorials in this series. Stay tuned!
Hello sir, I really love your video tutorial. May I ask what code for not allowing the user to choose the two checkbox?
Thank you so much. Try this:
cb1.setEnabled(false); // disable checkbox
cb2.setEnabled(false); // disable checkbox
@@SandipBhattacharya Good morning Sir. Correction for the question above, I mean if I only want the user to choose 1 checkbox among the 4 checkbox.
@@kennethobus633 Good morning. One way to do this is by using Radio Buttons. Check this for details:
th-cam.com/video/1VJR1YHmSBA/w-d-xo.html
Thank you so much
U've saved my life ❤️
Glad it helped! :)
Very informative and easy explanation...
Thanks, Shikhar.
Nice Video sir kya hum checkbox se text view data copy paste kar skte hai please tell me and help me
Sorry, I don't understand your question.
sir, please help. i want make checkbox dynamic. data coming from server.
Request noted. You can also checkout my other videos in this playlist for sending and receiving data from server and see if that helps.
wouldn't it be better to just use a foreach? foreach checkbox in the app check if its checked, if checked add text to a string and in the end just show the string.
Yes, you can use foreach loop also.
I am having a problem with the Toast message of selected checkboxes and when I run the app on my phone the string context of checkboxes isn't available. Can you help me? please👀
P.S. I am new to android dev.
We can't say without looking into your code.
GOOD VIDEO HOW TO MAKE ET QUIZ WITH A CHECKBOX
I've create a tutorial on building an online quiz app. This may help you: th-cam.com/video/UlSRVJlVoic/w-d-xo.html
@@SandipBhattacharya thank you
gg