<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Android CheckBox OnCheckedChangeListener</title>
	<link>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/</link>
	<description>My eclectic journey into the blogosphere</description>
	<pubDate>Fri, 10 Sep 2010 13:47:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Sara</title>
		<link>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-760</link>
		<dc:creator>Sara</dc:creator>
		<pubDate>Fri, 27 Aug 2010 10:36:45 +0000</pubDate>
		<guid>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-760</guid>
		<description>Great post! Helped a lot!

Thanks :)
Sara</description>
		<content:encoded><![CDATA[<p>Great post! Helped a lot!</p>
<p>Thanks <img src='http://mgmblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Sara</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-533</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Wed, 19 Aug 2009 03:05:51 +0000</pubDate>
		<guid>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-533</guid>
		<description>you can do as follows:

cb.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(){			
			@Override
			public void onCheckedChanged(CompoundButton buttonView,
					boolean isChecked) {
				// TODO Auto-generated method stub
				
			}
		});</description>
		<content:encoded><![CDATA[<p>you can do as follows:</p>
<p>cb.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(){<br />
			@Override<br />
			public void onCheckedChanged(CompoundButton buttonView,<br />
					boolean isChecked) {<br />
				// TODO Auto-generated method stub</p>
<p>			}<br />
		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-242</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:51:49 +0000</pubDate>
		<guid>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-242</guid>
		<description>Hello Kumar,

I'm still working on http://www.pragprog.com/titles/eband/hello-android, it hasn't been published yet, but you can purchase a priliminary PDF right now.  It seems pretty good so far with lots of good material for those just starting out.  I'm looking forward to the OpenGL chapter and ContentProviders for data access on the Android platform.

As far as using checkboxes, you have to either build your screens by hand and include a CheckBox object, or the preferred method is to create a layout XML file in the res directory.  This layout file tells Android which widgets you want on a display and their layout.  This is discussed in the Hello Android book and in Google's Development documentation at, http://code.google.com/android/documentation.html .  The CheckBox is specifically metioned in it's API section at, http://code.google.com/android/reference/android/widget/CheckBox.html .

Good luck, hope this helps!
- michael</description>
		<content:encoded><![CDATA[<p>Hello Kumar,</p>
<p>I&#8217;m still working on <a href="http://www.pragprog.com/titles/eband/hello-android," rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/www.pragprog.com');">http://www.pragprog.com/titles/eband/hello-android,</a> it hasn&#8217;t been published yet, but you can purchase a priliminary PDF right now.  It seems pretty good so far with lots of good material for those just starting out.  I&#8217;m looking forward to the OpenGL chapter and ContentProviders for data access on the Android platform.</p>
<p>As far as using checkboxes, you have to either build your screens by hand and include a CheckBox object, or the preferred method is to create a layout XML file in the res directory.  This layout file tells Android which widgets you want on a display and their layout.  This is discussed in the Hello Android book and in Google&#8217;s Development documentation at, <a href="http://code.google.com/android/documentation.html" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">http://code.google.com/android/documentation.html</a> .  The CheckBox is specifically metioned in it&#8217;s API section at, <a href="http://code.google.com/android/reference/android/widget/CheckBox.html" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/code.google.com');">http://code.google.com/android/reference/android/widget/CheckBox.html</a> .</p>
<p>Good luck, hope this helps!<br />
- michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumar</title>
		<link>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-241</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:01:42 +0000</pubDate>
		<guid>http://mgmblog.com/2008/02/18/android-checkbox-oncheckedchangelistener/#comment-241</guid>
		<description>Hi, im a new one for this android environment. Can any one tell me how to implement CheckBox? Is there any book or tutorial available for android?</description>
		<content:encoded><![CDATA[<p>Hi, im a new one for this android environment. Can any one tell me how to implement CheckBox? Is there any book or tutorial available for android?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
