<?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 Development &#8211; How to add a new contact, phone and email with the Contacts ContentProvider</title>
	<atom:link href="http://wubbahed.com/2007/12/21/android-development-contacts/feed/" rel="self" type="application/rss+xml" />
	<link>http://wubbahed.com/2007/12/21/android-development-contacts/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 14:02:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Idan Gozlan</title>
		<link>http://wubbahed.com/2007/12/21/android-development-contacts/comment-page-1/#comment-1796</link>
		<dc:creator>Idan Gozlan</dc:creator>
		<pubDate>Fri, 17 Dec 2010 18:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/12/21/android-development-how-to-add-a-new-contact-phone-and-email-with-the-contacts-contentprovider/#comment-1796</guid>
		<description>If youv&#039;e got error on loading this code, you have to add to your AndroidManifest.xml permission of WRITE_CONTACTS to allow the app write into your contact list..

its goes like that:
 

</description>
		<content:encoded><![CDATA[<p>If youv&#8217;e got error on loading this code, you have to add to your AndroidManifest.xml permission of WRITE_CONTACTS to allow the app write into your contact list..</p>
<p>its goes like that:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anu</title>
		<link>http://wubbahed.com/2007/12/21/android-development-contacts/comment-page-1/#comment-1619</link>
		<dc:creator>anu</dc:creator>
		<pubDate>Thu, 27 May 2010 19:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/12/21/android-development-how-to-add-a-new-contact-phone-and-email-with-the-contacts-contentprovider/#comment-1619</guid>
		<description>Hi 

I tried using this code, but i ended up getting an error.I am getting an error.The content URI is set as null.Please give me suggestions to solve this.</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I tried using this code, but i ended up getting an error.I am getting an error.The content URI is set as null.Please give me suggestions to solve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zied</title>
		<link>http://wubbahed.com/2007/12/21/android-development-contacts/comment-page-1/#comment-1603</link>
		<dc:creator>zied</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/12/21/android-development-how-to-add-a-new-contact-phone-and-email-with-the-contacts-contentprovider/#comment-1603</guid>
		<description>Hi
Thak you very much for the exemple. 
I wonna know why I can&#039;t find Contacts that I add in the Android Contact List?

thanks
Zied Ben Ghorbel</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thak you very much for the exemple.<br />
I wonna know why I can&#8217;t find Contacts that I add in the Android Contact List?</p>
<p>thanks<br />
Zied Ben Ghorbel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Somatik</title>
		<link>http://wubbahed.com/2007/12/21/android-development-contacts/comment-page-1/#comment-1485</link>
		<dc:creator>Somatik</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/12/21/android-development-how-to-add-a-new-contact-phone-and-email-with-the-contacts-contentprovider/#comment-1485</guid>
		<description>ContentURI -&gt; Uri
getPathLeaf() -&gt; getLastPathSegment()

that&#039;s not so hard</description>
		<content:encoded><![CDATA[<p>ContentURI -&gt; Uri<br />
getPathLeaf() -&gt; getLastPathSegment()</p>
<p>that&#8217;s not so hard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://wubbahed.com/2007/12/21/android-development-contacts/comment-page-1/#comment-1032</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 14 Mar 2008 12:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/12/21/android-development-how-to-add-a-new-contact-phone-and-email-with-the-contacts-contentprovider/#comment-1032</guid>
		<description>I am not able to find ContentURI class in the documentation. Can you please send me the link of the same. I tried the code with the Uri class, but it does not have getPathLeaf() method. 
Please reply.

Thanks,

Regards
Amit</description>
		<content:encoded><![CDATA[<p>I am not able to find ContentURI class in the documentation. Can you please send me the link of the same. I tried the code with the Uri class, but it does not have getPathLeaf() method.<br />
Please reply.</p>
<p>Thanks,</p>
<p>Regards<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://wubbahed.com/2007/12/21/android-development-contacts/comment-page-1/#comment-990</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 19 Jan 2008 17:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/12/21/android-development-how-to-add-a-new-contact-phone-and-email-with-the-contacts-contentprovider/#comment-990</guid>
		<description>It took me 6 hours trying to figure out with no luck until seeing your post. Thank you very much!</description>
		<content:encoded><![CDATA[<p>It took me 6 hours trying to figure out with no luck until seeing your post. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yeago</title>
		<link>http://wubbahed.com/2007/12/21/android-development-contacts/comment-page-1/#comment-918</link>
		<dc:creator>Yeago</dc:creator>
		<pubDate>Wed, 26 Dec 2007 07:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/12/21/android-development-how-to-add-a-new-contact-phone-and-email-with-the-contacts-contentprovider/#comment-918</guid>
		<description>Don&#039;t s&#039;pose you have a link to the API / documentation about &quot;Google&#039;s Contacts content provider&quot;?</description>
		<content:encoded><![CDATA[<p>Don&#8217;t s&#8217;pose you have a link to the API / documentation about &#8220;Google&#8217;s Contacts content provider&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

