<?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>Wed, 01 Feb 2012 20:00:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: vinay</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2100</link>
		<dc:creator>vinay</dc:creator>
		<pubDate>Wed, 01 Feb 2012 20:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2100</guid>
		<description>Thank u !! It is really helpful</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Thank u !! It is really helpful<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [TUT] ListView with a Footer Item : : Blundell</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2099</link>
		<dc:creator>[TUT] ListView with a Footer Item : : Blundell</dc:creator>
		<pubDate>Wed, 01 Feb 2012 08:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2099</guid>
		<description>[...] You can then use the Android Dev tutorial for implementing your listview: http://developer.android.com/resources/tutorials/views/hello-listview.html Or this custom listview tut I found really helpful (more screenshots): http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/ [...]</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->[...] You can then use the Android Dev tutorial for implementing your listview: <a href="http://developer.android.com/resources/tutorials/views/hello-listview.html" rel="nofollow">http://developer.android.com/resources/tutorials/views/hello-listview.html</a> Or this custom listview tut I found really helpful (more screenshots): <a href="http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/" rel="nofollow">http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/</a> [...]<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Formoso</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2096</link>
		<dc:creator>Pablo Formoso</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2096</guid>
		<description>Great tut!! Sharing source code will be awesome :)</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Great tut!! Sharing source code will be awesome <img src='http://www.softwarepassion.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thenextone</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2091</link>
		<dc:creator>Thenextone</dc:creator>
		<pubDate>Tue, 10 Jan 2012 15:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2091</guid>
		<description>I got the same error at the SystemService (getSystemService... method not defined).

I haven&#039;t created a private class inside.
The solution was to add a new private field at the adapter class with type &quot;Context&quot;.
At the constructor you have to put the parameter context to the private field property (this.property = context).

After this you are able to trigger the &quot;getSystemService&quot; method.
Just put the property name . getSystemService etc..

With these changes it works perfect! Thanks for the great tutorial and I hope I could help someone else too :)</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->I got the same error at the SystemService (getSystemService&#8230; method not defined).</p>
<p>I haven&#8217;t created a private class inside.<br />
The solution was to add a new private field at the adapter class with type &#8220;Context&#8221;.<br />
At the constructor you have to put the parameter context to the private field property (this.property = context).</p>
<p>After this you are able to trigger the &#8220;getSystemService&#8221; method.<br />
Just put the property name . getSystemService etc..</p>
<p>With these changes it works perfect! Thanks for the great tutorial and I hope I could help someone else too <img src='http://www.softwarepassion.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic &#124; www.redips.net</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2088</link>
		<dc:creator>dbunic &#124; www.redips.net</dc:creator>
		<pubDate>Thu, 05 Jan 2012 16:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2088</guid>
		<description>Very good tutorial. It helped me to create custom ListView for my phone log application. My next move will be to create tabs and to put this custom ListView in one tab.

Thank you!</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Very good tutorial. It helped me to create custom ListView for my phone log application. My next move will be to create tabs and to put this custom ListView in one tab.</p>
<p>Thank you!<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Munazza</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2081</link>
		<dc:creator>Munazza</dc:creator>
		<pubDate>Thu, 29 Dec 2011 06:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2081</guid>
		<description>best tutorial ... very useful.. thank u so much for ur effort.</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->best tutorial &#8230; very useful.. thank u so much for ur effort.<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2080</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 29 Dec 2011 01:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2080</guid>
		<description>great tutorial one cuestion
how i can update the list view??????</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->great tutorial one cuestion<br />
how i can update the list view??????<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gori</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2070</link>
		<dc:creator>Gori</dc:creator>
		<pubDate>Thu, 22 Dec 2011 15:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2070</guid>
		<description>I had the same error but when i declared OrderAdapter as a private class inside my main public class (SoftwarePassionView here) the error solved itself.

Good luck,

and thanks to the author!</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->I had the same error but when i declared OrderAdapter as a private class inside my main public class (SoftwarePassionView here) the error solved itself.</p>
<p>Good luck,</p>
<p>and thanks to the author!<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john francis</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2046</link>
		<dc:creator>john francis</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2046</guid>
		<description>I am getting the error in OrderAdapter class in below line..

LayoutInflater vi = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);

Error:
====================
The method getSystemService(String) is undefined for the type OrderAdapter
====================

Whats is the solution for this error</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->I am getting the error in OrderAdapter class in below line..</p>
<p>LayoutInflater vi = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);</p>
<p>Error:<br />
====================<br />
The method getSystemService(String) is undefined for the type OrderAdapter<br />
====================</p>
<p>Whats is the solution for this error<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ghouse</title>
		<link>http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/comment-page-5/#comment-2044</link>
		<dc:creator>ghouse</dc:creator>
		<pubDate>Tue, 29 Nov 2011 05:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwarepassion.com/?p=189#comment-2044</guid>
		<description>hi i am new to this android i have doubt first you are calling the listview defined in main.xml and calling the row .xml after loading the data then why you need listview u are not using it anywhere and android:layout_height=&quot;?android:attr/listPreferredItemHeight&quot; means what ? please let me know anybody and this doubt must seems to be little bit silly .but as a starty to this environment i need to know. thanks in advance</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->hi i am new to this android i have doubt first you are calling the listview defined in main.xml and calling the row .xml after loading the data then why you need listview u are not using it anywhere and android:layout_height=&#8221;?android:attr/listPreferredItemHeight&#8221; means what ? please let me know anybody and this doubt must seems to be little bit silly .but as a starty to this environment i need to know. thanks in advance<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

