<?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/"
	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>Comments on: Link: Useful tool for Android development</title>
	<atom:link href="http://asantoso.wordpress.com/2008/03/08/link-useful-tool-for-android-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://asantoso.wordpress.com/2008/03/08/link-useful-tool-for-android-development/</link>
	<description>design patterns, mobile, technology, philosophy.</description>
	<lastBuildDate>Thu, 24 Dec 2009 15:23:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sumit Asok</title>
		<link>http://asantoso.wordpress.com/2008/03/08/link-useful-tool-for-android-development/#comment-120</link>
		<dc:creator>Sumit Asok</dc:creator>
		<pubDate>Thu, 17 Dec 2009 07:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=15#comment-120</guid>
		<description>Nice blog,

Apt for my google query.

can you pls explain what is the third argument in the ImageOperations ?</description>
		<content:encoded><![CDATA[<p>Nice blog,</p>
<p>Apt for my google query.</p>
<p>can you pls explain what is the third argument in the ImageOperations ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Dewey</title>
		<link>http://asantoso.wordpress.com/2008/03/08/link-useful-tool-for-android-development/#comment-35</link>
		<dc:creator>William Dewey</dc:creator>
		<pubDate>Sun, 23 Mar 2008 23:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://asantoso.wordpress.com/?p=15#comment-35</guid>
		<description>Hi,

You code for viewing images in Android is fantastic but I was wondering if you can provide a little assistance to someone new at java and Android.

How can I automatically load the image without pressing a button if I already know the URL. I don&#039;t know how to handle the View. I want to call the procedure from a spinner menu.

I would appreciate any help you can provide.

Thanks.

WCDewey

public void onClick(View view) 
{
Context context = view.getContext();
Drawable image = ImageOperations(context,&quot;http://www.911mr.com/photos/P24.jpg&quot;,&quot;image.jpg&quot;);		
ImageView imgView = new ImageView(context);			
imgView = (ImageView)findViewById(R.id.image1);
			imgView.setImageDrawable(image);
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You code for viewing images in Android is fantastic but I was wondering if you can provide a little assistance to someone new at java and Android.</p>
<p>How can I automatically load the image without pressing a button if I already know the URL. I don&#8217;t know how to handle the View. I want to call the procedure from a spinner menu.</p>
<p>I would appreciate any help you can provide.</p>
<p>Thanks.</p>
<p>WCDewey</p>
<p>public void onClick(View view)<br />
{<br />
Context context = view.getContext();<br />
Drawable image = ImageOperations(context,&#8221;http://www.911mr.com/photos/P24.jpg&#8221;,&#8221;image.jpg&#8221;);<br />
ImageView imgView = new ImageView(context);<br />
imgView = (ImageView)findViewById(R.id.image1);<br />
			imgView.setImageDrawable(image);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
