<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Android Series: Custom ListView items and adapters</title>
	<atom:link href="http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/</link>
	<description>by Krzysztof Grajek</description>
	<lastBuildDate>Mon, 26 Jul 2010 22:33:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Where do I begin? - Android Forums</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1174</link>
		<dc:creator>Where do I begin? - Android Forums</dc:creator>
		<pubDate>Mon, 26 Jul 2010 22:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1174</guid>
		<description>[...] ListViews are fairly common, I suggest following this tutorial for your second Android app: Android Series: Custom ListView items and adapters &#124; Software Passion  Leverage these forums and others (sorry mods?). There are people willing to assist so long as you [...]</description>
		<content:encoded><![CDATA[<p>[...] ListViews are fairly common, I suggest following this tutorial for your second Android app: Android Series: Custom ListView items and adapters | Software Passion  Leverage these forums and others (sorry mods?). There are people willing to assist so long as you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CK</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1172</link>
		<dc:creator>CK</dc:creator>
		<pubDate>Fri, 23 Jul 2010 15:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1172</guid>
		<description>Excellent sample to get folks new to Android started. The ListView is one of those things that you would use again and again. Great service! Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent sample to get folks new to Android started. The ListView is one of those things that you would use again and again. Great service! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1171</link>
		<dc:creator>Arpit</dc:creator>
		<pubDate>Thu, 22 Jul 2010 11:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1171</guid>
		<description>I tried the exact same code, without any changes and it didn&#039;t work.

What could be the possible problem? The screen after the ProgressDialog (in the background show empty text) shows a empty screen?!...

Now log for error. Any idea? I tried removing the thread and doing all process in same thread, still no result?</description>
		<content:encoded><![CDATA[<p>I tried the exact same code, without any changes and it didn&#8217;t work.</p>
<p>What could be the possible problem? The screen after the ProgressDialog (in the background show empty text) shows a empty screen?!&#8230;</p>
<p>Now log for error. Any idea? I tried removing the thread and doing all process in same thread, still no result?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1163</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Thu, 08 Jul 2010 09:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1163</guid>
		<description>Admin : thanks a ton for this......successfully implemented the same functionality to my project......Kudos to u

Jyahao : What is the Error?</description>
		<content:encoded><![CDATA[<p>Admin : thanks a ton for this&#8230;&#8230;successfully implemented the same functionality to my project&#8230;&#8230;Kudos to u</p>
<p>Jyahao : What is the Error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patel</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1161</link>
		<dc:creator>Patel</dc:creator>
		<pubDate>Thu, 01 Jul 2010 22:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1161</guid>
		<description>This is a great tutorial. At first i was a bit taken that there was soo much code, but once i read through it and implemented it, it works great. Thanks so much for the help.</description>
		<content:encoded><![CDATA[<p>This is a great tutorial. At first i was a bit taken that there was soo much code, but once i read through it and implemented it, it works great. Thanks so much for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arief</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1158</link>
		<dc:creator>Arief</dc:creator>
		<pubDate>Wed, 23 Jun 2010 08:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1158</guid>
		<description>Hi, I&#039;m having a trouble with this, how can i put data in 2 different listview? When i try to implement this, my listview content is exactly the same, and before i add new data i declare new adapter, and the result is both listview contains the same data which is combination of data from each listview.  Thanks for your help, i really appreciate it a lot.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m having a trouble with this, how can i put data in 2 different listview? When i try to implement this, my listview content is exactly the same, and before i add new data i declare new adapter, and the result is both listview contains the same data which is combination of data from each listview.  Thanks for your help, i really appreciate it a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noelle</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1156</link>
		<dc:creator>Noelle</dc:creator>
		<pubDate>Mon, 21 Jun 2010 16:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1156</guid>
		<description>Hi there! Your code works fine already and the onclicklistener too! :&gt; 

But now I&#039;m kinda stuck, hope you guys help me out!!!! 

I want everything above, the progress dialog and the listview. However, I wanna use my own data from my database. Help anyone? Cause I can&#039;t solve this problem.</description>
		<content:encoded><![CDATA[<p>Hi there! Your code works fine already and the onclicklistener too! :&gt; </p>
<p>But now I&#8217;m kinda stuck, hope you guys help me out!!!! </p>
<p>I want everything above, the progress dialog and the listview. However, I wanna use my own data from my database. Help anyone? Cause I can&#8217;t solve this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyahao</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1155</link>
		<dc:creator>Jyahao</dc:creator>
		<pubDate>Mon, 21 Jun 2010 16:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1155</guid>
		<description>Is it possible to get data from my database and set the text as from my data? so does this means I do not need the Order class? and the adapters?</description>
		<content:encoded><![CDATA[<p>Is it possible to get data from my database and set the text as from my data? so does this means I do not need the Order class? and the adapters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weiting</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1154</link>
		<dc:creator>Weiting</dc:creator>
		<pubDate>Mon, 21 Jun 2010 07:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1154</guid>
		<description>If i dont want to use the hard code for the data. I wanna take it out from my data base.

does this means i need nt the order class? and the arraylist?</description>
		<content:encoded><![CDATA[<p>If i dont want to use the hard code for the data. I wanna take it out from my data base.</p>
<p>does this means i need nt the order class? and the arraylist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyahao</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-2/#comment-1153</link>
		<dc:creator>Jyahao</dc:creator>
		<pubDate>Sun, 20 Jun 2010 17:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-1153</guid>
		<description>Omg thanks for the OnItemClick code Anon. But it doesn&#039;t work! :( HELP! Can&#039;t toast didn&#039;t appear!!!! :(</description>
		<content:encoded><![CDATA[<p>Omg thanks for the OnItemClick code Anon. But it doesn&#8217;t work! <img src='http://www.softwarepassion.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  HELP! Can&#8217;t toast didn&#8217;t appear!!!! <img src='http://www.softwarepassion.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
