<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WordPress for Android Development Blog &#187; Android</title>
	<atom:link href="http://dev.android.wordpress.org/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.android.wordpress.org</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 09:36:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dev.android.wordpress.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WordPress for Android Development Blog &#187; Android</title>
		<link>http://dev.android.wordpress.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dev.android.wordpress.org/osd.xml" title="WordPress for Android Development Blog" />
	<atom:link rel='hub' href='http://dev.android.wordpress.org/?pushpress=hub'/>
		<item>
		<title>Well it&#8217;s been a couple of days since&#8230;</title>
		<link>http://dev.android.wordpress.org/2012/05/11/well-its-been-a-couple-of-days-since/</link>
		<comments>http://dev.android.wordpress.org/2012/05/11/well-its-been-a-couple-of-days-since/#comments</comments>
		<pubDate>Fri, 11 May 2012 17:38:15 +0000</pubDate>
		<dc:creator>wssemtech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[open source development]]></category>
		<category><![CDATA[WordPress for Android 2.1]]></category>
		<category><![CDATA[wordpress mobile]]></category>

		<guid isPermaLink="false">http://dev.android.wordpress.org/2012/05/11/well-its-been-a-couple-of-days-since/</guid>
		<description><![CDATA[Well it&#8217;s been a couple of days since my last post and now I&#8217;m wondering if anyone is listening here. I have an update on my findings with the latest WordPress for Android 2.1 build. It seems the problem I&#8217;m having isn&#8217;t a threading issue but rather a problem using SSL from an Android Virtual [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=331&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Well it&#8217;s been a couple of days since my last post and now I&#8217;m wondering if anyone is listening here.</p>
<p>I have an update on my findings with the latest WordPress for Android 2.1 build.  It seems the problem I&#8217;m having isn&#8217;t a threading issue but rather a problem using SSL from an Android Virtual Device. </p>
<p>I&#8217;m sure anyone doing development here that doesn&#8217;t have an actual Android device knows about the AVD which comes with the Android development kit.  Well this is my primary development environment since I don&#8217;t have an Android device handy.</p>
<p>As such, it&#8217;s kind of a big problem for SSL not to work when communicating with the WordPress service.  I found an article dating back to 2009 which mentions that there was a problem using the WordPress RSD service when using SSL.  Apparently this was causing intermittent problems when devices would attempt to discover information about WordPress and it was reported that the service would take upward of 3 minutes or more to respond which was causing the system level timeouts to abort the connection attempt.</p>
<p>Although haven&#8217;t discovered the exact location of the problem in the WordPress for Android 2.1 code base it seems like it&#8217;s probably around the call &#8220;getXMLRPCUrl&#8221; in AddAccout which attempts to use RSD to get the proper url.  I&#8217;ve found that if I just hard code it to use &#8220;<a href="http://wordpress.com/xmlrpc.php&#038;#8221" rel="nofollow">http://wordpress.com/xmlrpc.php&#038;#8221</a>; instead of letting it discover the preferred url, the problem goes away.</p>
<p>Perhaps this is a problem specifically with using the AVD environment and the Eclipse debugger but it&#8217;s still too soon for me to say.  If anyone has had this problem and has a suggestion on how to work around it without modifying the codebase, please let me know.</p>
<p>Again, patiently awaiting a response.</p>
<p>Thanks in advance!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/androiddevel.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/androiddevel.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=331&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dev.android.wordpress.org/2012/05/11/well-its-been-a-couple-of-days-since/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d5cc624f593aca73f8f67d63bf8092a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">wssemtech</media:title>
		</media:content>
	</item>
		<item>
		<title>I have a question for the other WordPress&#8230;</title>
		<link>http://dev.android.wordpress.org/2012/05/09/i-have-a-question-for-the-other-wordpress/</link>
		<comments>http://dev.android.wordpress.org/2012/05/09/i-have-a-question-for-the-other-wordpress/#comments</comments>
		<pubDate>Thu, 10 May 2012 00:50:16 +0000</pubDate>
		<dc:creator>wssemtech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[bug in AddAccount]]></category>
		<category><![CDATA[WordPress for Android 2.1]]></category>

		<guid isPermaLink="false">http://dev.android.wordpress.org/2012/05/09/i-have-a-question-for-the-other-wordpress/</guid>
		<description><![CDATA[I have a question for the other WordPress For Android developers. I just recently checked out the codebase and am currently working on version 2.1 (version code 48). In evaluating the current product I found that I immediately had a problem trying to add an existing WordPress.com hosted blog to my Android application. After a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=330&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have a question for the other WordPress For Android developers.  I just recently checked out the codebase and am currently working on version 2.1 (version code 48).</p>
<p>In evaluating the current product I found that I immediately had a problem trying to add an existing WordPress.com hosted blog to my Android application.</p>
<p>After a couple days of trouble shooting the issue I found one simple fix for it.  This obviously is not the fix but it does point to the possible problem.  This is a guess at this point but I wanted to get some feedback to see if anyone else is having this problem.</p>
<p>It seems that in the class AddAccount (AddAccount.java) if you try to reference the containing classes private member &#8220;client&#8221;, the thread XMLRPCMethod always fails to connect to the host.  However if I move the instantiation to a local variable within the thread it works fine.</p>
<p>Based on what little I know so far about the problem, it would seem that the parent classes private member is not thread safe to access from the thread XMLRPCMethod.  Again that is a guess at this point I wanted to bring it up in case I&#8217;m completely off in my investigation.</p>
<p>I patiently await your responses.</p>
<p>Also, if this is in fact a bug, where do I report the bug to be fixed in the next build?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/androiddevel.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/androiddevel.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=330&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dev.android.wordpress.org/2012/05/09/i-have-a-question-for-the-other-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7d5cc624f593aca73f8f67d63bf8092a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">wssemtech</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello Everyone I have posted the &#8216;Specific UI&#8230;</title>
		<link>http://dev.android.wordpress.org/2011/04/01/hello-everyone-i-have-posted-the-specific-ui/</link>
		<comments>http://dev.android.wordpress.org/2011/04/01/hello-everyone-i-have-posted-the-specific-ui/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 13:28:33 +0000</pubDate>
		<dc:creator>huxuan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dev.android.wordpress.org/2011/04/01/hello-everyone-i-have-posted-the-specific-ui/</guid>
		<description><![CDATA[Hello Everyone, I have posted the &#8216;Specific UI Improvement of WordPress for Android&#8217; on http://blog.huxuan.org/gsoc-2011-specific-ui-improvement-of-wordpress-for-android/ with a little update for &#8216;Draft Proposal – Refresh the Android App UI&#8217; which is on http://blog.huxuan.org/gsoc-2011-draft-proposal-refresh-the-android-app-ui/, Thx for your attention and any suggestion or feedback is welcome.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=157&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Hello Everyone, I have posted the &#8216;Specific UI Improvement of WordPress for Android&#8217; on <a href="http://blog.huxuan.org/gsoc-2011-specific-ui-improvement-of-wordpress-for-android/" rel="nofollow">http://blog.huxuan.org/gsoc-2011-specific-ui-improvement-of-wordpress-for-android/</a> with a little update for &#8216;Draft Proposal – Refresh the Android App UI&#8217; which is on <a href="http://blog.huxuan.org/gsoc-2011-draft-proposal-refresh-the-android-app-ui/" rel="nofollow">http://blog.huxuan.org/gsoc-2011-draft-proposal-refresh-the-android-app-ui/</a>, Thx for your attention and any suggestion or feedback is welcome.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/androiddevel.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/androiddevel.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=157&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dev.android.wordpress.org/2011/04/01/hello-everyone-i-have-posted-the-specific-ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b0f13b5820e7576f6b12ecea25c9358c?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">huxuan</media:title>
		</media:content>
	</item>
		<item>
		<title>I wanna help localise into Tamil languag&#8230;</title>
		<link>http://dev.android.wordpress.org/2010/04/27/i-wanna-help-localise-into-tamil-languag/</link>
		<comments>http://dev.android.wordpress.org/2010/04/27/i-wanna-help-localise-into-tamil-languag/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 21:19:15 +0000</pubDate>
		<dc:creator>mayooresan</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Localise]]></category>
		<category><![CDATA[Localiz]]></category>
		<category><![CDATA[Sri Lanka]]></category>
		<category><![CDATA[Tamil]]></category>

		<guid isPermaLink="false">http://dev.android.wordpress.org/2010/04/27/i-wanna-help-localise-into-tamil-languag/</guid>
		<description><![CDATA[I wanna help localise into Tamil language. But Tamil is not listed in the list of languages.. wot should i do now??<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=61&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I wanna help localise into Tamil language. But Tamil is not listed in the list of languages.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  wot should i do now??</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/androiddevel.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/androiddevel.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=61&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dev.android.wordpress.org/2010/04/27/i-wanna-help-localise-into-tamil-languag/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1be79f74fa7230bcc30b31f3c80073eb?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Mayooresan</media:title>
		</media:content>
	</item>
		<item>
		<title>Hi dev crew, first I would like to say t&#8230;</title>
		<link>http://dev.android.wordpress.org/2010/02/24/hi-dev-crew-first-i-would-like-to-say-t/</link>
		<comments>http://dev.android.wordpress.org/2010/02/24/hi-dev-crew-first-i-would-like-to-say-t/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:52:40 +0000</pubDate>
		<dc:creator>nithro</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Czech]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dev.android.wordpress.org/2010/02/24/hi-dev-crew-first-i-would-like-to-say-t/</guid>
		<description><![CDATA[Hi dev crew, first I would like to say thanks all of you. And now, why I&#8217;m writing this &#8216;post&#8217;, I&#8217;m quite interested in translation this great app to Czech language.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=41&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Hi dev crew, first I would like to say thanks all of you. And now, why I&#8217;m writing this &#8216;post&#8217;, I&#8217;m quite interested in translation this great app to Czech language.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/androiddevel.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/androiddevel.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dev.android.wordpress.org&#038;blog=11719333&#038;post=41&#038;subd=androiddevel&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dev.android.wordpress.org/2010/02/24/hi-dev-crew-first-i-would-like-to-say-t/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/a1fa239b2af11e76929123d86e2809f2?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">nithro</media:title>
		</media:content>
	</item>
	</channel>
</rss>
