<?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: Tutorial &#8211; Creating a Custom Analog Clock Widget</title>
	<atom:link href="http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/</link>
	<description></description>
	<lastBuildDate>Wed, 27 Jul 2011 05:05:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: vishal</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-2/#comment-1936</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Wed, 27 Jul 2011 05:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1936</guid>
		<description>can anybody will tell me code for widgets for battrey backup in android 2.2  ........?</description>
		<content:encoded><![CDATA[<p>can anybody will tell me code for widgets for battrey backup in android 2.2  &#8230;&#8230;..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayanth</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-2/#comment-1928</link>
		<dc:creator>Jayanth</dc:creator>
		<pubDate>Tue, 14 Jun 2011 11:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1928</guid>
		<description>Hi, Thanx for the wonderful tutorial.
The widget works fine in terms of updating the time but doesn&#039;t respond on clicking the clock (using Froyo). Also need some suggestion to debug the code. Since the activity present in the code has nothing to do with widget, there is no use placing a breakpoint. Is there any way I can start debugging the code?

Thanx in advance.</description>
		<content:encoded><![CDATA[<p>Hi, Thanx for the wonderful tutorial.<br />
The widget works fine in terms of updating the time but doesn&#8217;t respond on clicking the clock (using Froyo). Also need some suggestion to debug the code. Since the activity present in the code has nothing to do with widget, there is no use placing a breakpoint. Is there any way I can start debugging the code?</p>
<p>Thanx in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ichiboo</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1927</link>
		<dc:creator>ichiboo</dc:creator>
		<pubDate>Tue, 07 Jun 2011 04:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1927</guid>
		<description>Thanks for the tutorial. i downloaded your full eclipse project and tried running on both emulator and android phone.Though there weren&#039;t any errors on the codes, the clock&#039;s not showing up on the home screen of both devices, and i don&#039;t understand your reply..... &gt;.&gt; quote:&quot; @jason How are you running it? There shouldn’t be anything to run, just add it to the home screen as a widget.&quot; 
what do u mean by &quot;Adding it ti the home screen as a widget?&quot;</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. i downloaded your full eclipse project and tried running on both emulator and android phone.Though there weren&#8217;t any errors on the codes, the clock&#8217;s not showing up on the home screen of both devices, and i don&#8217;t understand your reply&#8230;.. &gt;.&gt; quote:&#8221; @jason How are you running it? There shouldn’t be anything to run, just add it to the home screen as a widget.&#8221;<br />
what do u mean by &#8220;Adding it ti the home screen as a widget?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clock widget maken</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1926</link>
		<dc:creator>Clock widget maken</dc:creator>
		<pubDate>Sun, 05 Jun 2011 18:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1926</guid>
		<description>[...] Tutorial &#8211; Creating a Custom Analog Clock Widget  Da&#039;s als je heel lui bent. Hoef je zo te zien geen regel code te veranderen, alleen inladen in eclipse, plaatjes veranderen en compilen.             Met citaat reageren              + Reageren op discussie     &#171; Vorige discussie &#124; Volgende discussie &#187; [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutorial &#8211; Creating a Custom Analog Clock Widget  Da&#039;s als je heel lui bent. Hoef je zo te zien geen regel code te veranderen, alleen inladen in eclipse, plaatjes veranderen en compilen.             Met citaat reageren              + Reageren op discussie     &laquo; Vorige discussie | Volgende discussie &raquo; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faraz Azhar</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1925</link>
		<dc:creator>Faraz Azhar</dc:creator>
		<pubDate>Fri, 03 Jun 2011 19:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1925</guid>
		<description>Great tutorial. Although I&#039;ve been trying to make a simple amendment. Instead of opening the clock application on clicking the widget, I want to open a new activity. Lets say the Info.java which is already there in your project. I would like the Info layout to popup when I click the clock. I tried to code for it, but it doesn&#039;t work. I click on the widget and nothing happens at all ! Please help me correct my code:

1) all the files are kept the same. I&#039;ve changed the Category (intent-filter) of .Info activity to &quot;android.intent.category.DEFAULT&quot;.
2) My amended code for onReceive is:

String action = intent.getAction();
if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action))
{
  Intent myIntent = new Intent(context, Info.class);
  PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, myIntent, 0);

  RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.widget);
  views.setOnClickPendingIntent(R.layout.info, pendingIntent );

  int widgetID = R.id.AnalogClock;
  AppWidgetManager manager = AppWidgetManager.getInstance(context);
  manager.updateAppWidget(widgetID, views);
}</description>
		<content:encoded><![CDATA[<p>Great tutorial. Although I&#8217;ve been trying to make a simple amendment. Instead of opening the clock application on clicking the widget, I want to open a new activity. Lets say the Info.java which is already there in your project. I would like the Info layout to popup when I click the clock. I tried to code for it, but it doesn&#8217;t work. I click on the widget and nothing happens at all ! Please help me correct my code:</p>
<p>1) all the files are kept the same. I&#8217;ve changed the Category (intent-filter) of .Info activity to &#8220;android.intent.category.DEFAULT&#8221;.<br />
2) My amended code for onReceive is:</p>
<p>String action = intent.getAction();<br />
if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action))<br />
{<br />
  Intent myIntent = new Intent(context, Info.class);<br />
  PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, myIntent, 0);</p>
<p>  RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.widget);<br />
  views.setOnClickPendingIntent(R.layout.info, pendingIntent );</p>
<p>  int widgetID = R.id.AnalogClock;<br />
  AppWidgetManager manager = AppWidgetManager.getInstance(context);<br />
  manager.updateAppWidget(widgetID, views);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vl</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1923</link>
		<dc:creator>vl</dc:creator>
		<pubDate>Mon, 16 May 2011 13:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1923</guid>
		<description>Analog Clock Collection is a useful collection of clock widgets for Android. The clocks size: 2x2.

http://bstdownload.com/reviews/analog-clock-collection-2/</description>
		<content:encoded><![CDATA[<p>Analog Clock Collection is a useful collection of clock widgets for Android. The clocks size: 2&#215;2.</p>
<p><a href="http://bstdownload.com/reviews/analog-clock-collection-2/" rel="nofollow">http://bstdownload.com/reviews/analog-clock-collection-2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1921</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 22 Apr 2011 23:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1921</guid>
		<description>Thanks for the great tutorial. I started to play around with the code, and after I cleared out the whole widget.java and info.java files (actually I just put /*...*/ on the whole code :) ) The app still installed and ran (on a fresh new emulator phone as well) WTF?! Does the manifest file have anything to do with this? Or are the xml files displayed without any code. And the clock is updated...it keeps time.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial. I started to play around with the code, and after I cleared out the whole widget.java and info.java files (actually I just put /*&#8230;*/ on the whole code <img src='http://nexsoftware.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) The app still installed and ran (on a fresh new emulator phone as well) WTF?! Does the manifest file have anything to do with this? Or are the xml files displayed without any code. And the clock is updated&#8230;it keeps time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1920</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Wed, 13 Apr 2011 11:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1920</guid>
		<description>I admint I couldnt program my tail out of a cave....
I travel alot and could use a clock with an alarm set to a specific time zone.  
Any ideas or has anyone seen something like this?</description>
		<content:encoded><![CDATA[<p>I admint I couldnt program my tail out of a cave&#8230;.<br />
I travel alot and could use a clock with an alarm set to a specific time zone.<br />
Any ideas or has anyone seen something like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1918</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Mar 2011 14:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1918</guid>
		<description>@Tmmm Odd, the link is working for me.

@Arith Download the sample code linked at the bottom of the post, everything you need should be in there.

@jason How are you running it? There shouldn&#039;t be anything to run, just add it to the home screen as a widget.</description>
		<content:encoded><![CDATA[<p>@Tmmm Odd, the link is working for me.</p>
<p>@Arith Download the sample code linked at the bottom of the post, everything you need should be in there.</p>
<p>@jason How are you running it? There shouldn&#8217;t be anything to run, just add it to the home screen as a widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://nexsoftware.net/wp/2009/07/29/tutorial-creating-a-custom-analogclock-widget/comment-page-1/#comment-1916</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 19 Mar 2011 01:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://nexsoftware.net/wp/?p=91#comment-1916</guid>
		<description>this is a very nice tutorial, but i have ran into an issue. I get it to install but when i run it, i get a forced closed but the clock runs just fine. i ran a catlog. it said that the runtimeexception:
unable to instantuate receiver (name) classnotfoundexception</description>
		<content:encoded><![CDATA[<p>this is a very nice tutorial, but i have ran into an issue. I get it to install but when i run it, i get a forced closed but the clock runs just fine. i ran a catlog. it said that the runtimeexception:<br />
unable to instantuate receiver (name) classnotfoundexception</p>
]]></content:encoded>
	</item>
</channel>
</rss>

