<?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: How to implement a loading bar with J2me</title>
	<atom:link href="http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/</link>
	<description>Mobile blog by Alessandro La Rosa</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sharing My Reads &#124; Ganda Manurung</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-39876</link>
		<dc:creator>Sharing My Reads &#124; Ganda Manurung</dc:creator>
		<pubDate>Tue, 21 Sep 2010 04:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-39876</guid>
		<description>[...] How to implement a loading bar with J2ME [...]</description>
		<content:encoded><![CDATA[<p>[...] How to implement a loading bar with J2ME [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagesh</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-13047</link>
		<dc:creator>nagesh</dc:creator>
		<pubDate>Tue, 20 Jan 2009 10:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-13047</guid>
		<description>Pit,

Are you there?</description>
		<content:encoded><![CDATA[<p>Pit,</p>
<p>Are you there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagesh</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-13045</link>
		<dc:creator>nagesh</dc:creator>
		<pubDate>Tue, 20 Jan 2009 10:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-13045</guid>
		<description>Hi Pit,

Can u please tell me through the code as to where should i place bar.stop() method in LoadingBarCanvas.java file. 

   Because i tried to place it in some places and checked, it was not working.</description>
		<content:encoded><![CDATA[<p>Hi Pit,</p>
<p>Can u please tell me through the code as to where should i place bar.stop() method in LoadingBarCanvas.java file. </p>
<p>   Because i tried to place it in some places and checked, it was not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pit</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-13042</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-13042</guid>
		<description>Hi nagesh!

you can call the stop() method in any moment, and it will stop the Timer (and so, the animation) associated to the Loading bar. You should also remember to call it when you do not need the Loading bar anymore, since it will free up resources associated with the animation task itself.

Feel free to ask if you have any more doubts! :)
Pit</description>
		<content:encoded><![CDATA[<p>Hi nagesh!</p>
<p>you can call the stop() method in any moment, and it will stop the Timer (and so, the animation) associated to the Loading bar. You should also remember to call it when you do not need the Loading bar anymore, since it will free up resources associated with the animation task itself.</p>
<p>Feel free to ask if you have any more doubts! <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Pit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagesh</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-13037</link>
		<dc:creator>nagesh</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-13037</guid>
		<description>When and Where should i call the bar.stop method?

I&#039;m not getting it please help me to solve it.</description>
		<content:encoded><![CDATA[<p>When and Where should i call the bar.stop method?</p>
<p>I&#8217;m not getting it please help me to solve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pit</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-329</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Sat, 17 May 2008 09:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-329</guid>
		<description>You&#039;re welcome :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cibenxs</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-328</link>
		<dc:creator>cibenxs</dc:creator>
		<pubDate>Sat, 17 May 2008 08:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-328</guid>
		<description>oh... i1am sory.i`m not look loadingcanvasbas. java before. thanks you very much</description>
		<content:encoded><![CDATA[<p>oh&#8230; i1am sory.i`m not look loadingcanvasbas. java before. thanks you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cibenxs</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-327</link>
		<dc:creator>cibenxs</dc:creator>
		<pubDate>Sat, 17 May 2008 08:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-327</guid>
		<description>thx for ur attention
but can i get this canvas source code this application now, please?
because i want to using this application to combine with my application to solve my final project.

can i?

thx before</description>
		<content:encoded><![CDATA[<p>thx for ur attention<br />
but can i get this canvas source code this application now, please?<br />
because i want to using this application to combine with my application to solve my final project.</p>
<p>can i?</p>
<p>thx before</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pit</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-315</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Wed, 14 May 2008 10:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-315</guid>
		<description>Hi Cibenxs,

you&#039;re right, its use was not clear from my article, so I&#039;ve posted a sample Canvas that makes use of it. You can find its source code at the end of the post itself.

Pit</description>
		<content:encoded><![CDATA[<p>Hi Cibenxs,</p>
<p>you&#8217;re right, its use was not clear from my article, so I&#8217;ve posted a sample Canvas that makes use of it. You can find its source code at the end of the post itself.</p>
<p>Pit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cibenxs</title>
		<link>http://www.jappit.com/blog/2008/04/30/how-to-implement-a-loading-bar-with-j2me/comment-page-1/#comment-312</link>
		<dc:creator>cibenxs</dc:creator>
		<pubDate>Wed, 14 May 2008 05:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jappit.com/blog/?p=30#comment-312</guid>
		<description>sorry before...

i am interesting with this aplication...

but i can understand how to implement this aplication

can i get tutorial to using it

thx beofre</description>
		<content:encoded><![CDATA[<p>sorry before&#8230;</p>
<p>i am interesting with this aplication&#8230;</p>
<p>but i can understand how to implement this aplication</p>
<p>can i get tutorial to using it</p>
<p>thx beofre</p>
]]></content:encoded>
	</item>
</channel>
</rss>

