<?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 package name</title>
	<atom:link href="http://blog.javia.org/android-package-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.javia.org/android-package-name/</link>
	<description>Android apps</description>
	<lastBuildDate>Fri, 11 Nov 2011 12:16:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Max</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-27296</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 30 Sep 2011 12:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-27296</guid>
		<description>Thanks, clear and very useful.</description>
		<content:encoded><![CDATA[<p>Thanks, clear and very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-20836</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 17 Jun 2011 17:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-20836</guid>
		<description>The most important thing to remember for me is that the package name specified in the manifest will be a unique application name.  Remember this when you name your new applications since an Android device can not have two applications with the same package name.  For example, you may want to name your facebook app as x.y.facebook.app1 instead of just x.y.facebook in case you will have another facebook application later.  Other than this, I will just treat them the same and forget about other differences.</description>
		<content:encoded><![CDATA[<p>The most important thing to remember for me is that the package name specified in the manifest will be a unique application name.  Remember this when you name your new applications since an Android device can not have two applications with the same package name.  For example, you may want to name your facebook app as x.y.facebook.app1 instead of just x.y.facebook in case you will have another facebook application later.  Other than this, I will just treat them the same and forget about other differences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javan</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-20349</link>
		<dc:creator>javan</dc:creator>
		<pubDate>Mon, 06 Jun 2011 09:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-20349</guid>
		<description>hello
very thnx .nice</description>
		<content:encoded><![CDATA[<p>hello<br />
very thnx .nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lef</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-20096</link>
		<dc:creator>lef</dc:creator>
		<pubDate>Mon, 30 May 2011 12:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-20096</guid>
		<description>I used Android Tools -&gt; Rename Application Package from within eclipse IDE, and this told me that huge refactoring is necessary to achieve the goal: putting all .java into different JAVA package name. Including the manifest, which I thought that is the one that has to define the application package name. I don&#039;t want my .java sources to be repackaged, someone knows what am I missing?</description>
		<content:encoded><![CDATA[<p>I used Android Tools -&gt; Rename Application Package from within eclipse IDE, and this told me that huge refactoring is necessary to achieve the goal: putting all .java into different JAVA package name. Including the manifest, which I thought that is the one that has to define the application package name. I don&#8217;t want my .java sources to be repackaged, someone knows what am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-18588</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 21 Apr 2011 09:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-18588</guid>
		<description>Nice, explained. Two packages makes a great difference, and can&#039;t be compared cause they manifest in a different ways. There is a little overlap between the two types of packages but i&#039;m ok with that.</description>
		<content:encoded><![CDATA[<p>Nice, explained. Two packages makes a great difference, and can&#8217;t be compared cause they manifest in a different ways. There is a little overlap between the two types of packages but i&#8217;m ok with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andro beginner</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-17260</link>
		<dc:creator>andro beginner</dc:creator>
		<pubDate>Fri, 18 Mar 2011 14:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-17260</guid>
		<description>I think there is some unspecified limitation in this naming convention in the entry &#039;package&#039; in the manifest.
My 2 applications x.y.z and x.y.z.t are seen identical by the installer in my android.
Clearly thses two names are different !</description>
		<content:encoded><![CDATA[<p>I think there is some unspecified limitation in this naming convention in the entry &#8216;package&#8217; in the manifest.<br />
My 2 applications x.y.z and x.y.z.t are seen identical by the installer in my android.<br />
Clearly thses two names are different !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh Manchi</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-14063</link>
		<dc:creator>Suresh Manchi</dc:creator>
		<pubDate>Mon, 17 Jan 2011 15:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-14063</guid>
		<description>Explains the notion of application package and java package crisply, Thanks.</description>
		<content:encoded><![CDATA[<p>Explains the notion of application package and java package crisply, Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glad</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-13457</link>
		<dc:creator>Glad</dc:creator>
		<pubDate>Tue, 04 Jan 2011 16:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-13457</guid>
		<description>For us, new beginners, it&#039;s not easy to find a document like this. !priceless!
Thank you very much..!!! NO more questions regarding packages ....</description>
		<content:encoded><![CDATA[<p>For us, new beginners, it&#8217;s not easy to find a document like this. !priceless!<br />
Thank you very much..!!! NO more questions regarding packages &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Sproule</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-9838</link>
		<dc:creator>Todd Sproule</dc:creator>
		<pubDate>Wed, 13 Oct 2010 13:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-9838</guid>
		<description>There is some overlap between the two types of packages.  The generated R.java is created in a Java package that has the same name as the Android package.  This causes problems when trying to use Android maven tools to generate two separate Android packages from a common base.</description>
		<content:encoded><![CDATA[<p>There is some overlap between the two types of packages.  The generated R.java is created in a Java package that has the same name as the Android package.  This causes problems when trying to use Android maven tools to generate two separate Android packages from a common base.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diaz</title>
		<link>http://blog.javia.org/android-package-name/comment-page-1/#comment-9713</link>
		<dc:creator>Diaz</dc:creator>
		<pubDate>Wed, 06 Oct 2010 13:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.javia.org/?p=101#comment-9713</guid>
		<description>I&#039;m just starting android development and when I started my new android project , stopped after seeing the &quot;package name&quot; to google what should I worry about when naming my packages and what not. At first, I thought it was the same as Java packages. phew, good thing I&#039;ve found this post. Saved me alot of headach. Thank you so much Mihai</description>
		<content:encoded><![CDATA[<p>I&#8217;m just starting android development and when I started my new android project , stopped after seeing the &#8220;package name&#8221; to google what should I worry about when naming my packages and what not. At first, I thought it was the same as Java packages. phew, good thing I&#8217;ve found this post. Saved me alot of headach. Thank you so much Mihai</p>
]]></content:encoded>
	</item>
</channel>
</rss>

