<?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: Animation ended callback</title>
	<atom:link href="http://www.roosmaa.net/animation-ended-callback/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roosmaa.net/animation-ended-callback/</link>
	<description>Smart Software</description>
	<lastBuildDate>Fri, 21 Oct 2011 12:23:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: BenP</title>
		<link>http://www.roosmaa.net/animation-ended-callback/comment-page-1/#comment-109</link>
		<dc:creator>BenP</dc:creator>
		<pubDate>Sun, 12 Sep 2010 20:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.roosmaa.net/?p=19#comment-109</guid>
		<description>Hmm, strike that last bit - they are listeners (man I&#039;ve been coding to long today!), what I guess I&#039;m after is proper C# events, or some such. 
Anyway, bit out of options, looks like sub-classing is the way forward.</description>
		<content:encoded><![CDATA[<p>Hmm, strike that last bit &#8211; they are listeners (man I&#8217;ve been coding to long today!), what I guess I&#8217;m after is proper C# events, or some such.<br />
Anyway, bit out of options, looks like sub-classing is the way forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenP</title>
		<link>http://www.roosmaa.net/animation-ended-callback/comment-page-1/#comment-108</link>
		<dc:creator>BenP</dc:creator>
		<pubDate>Sun, 12 Sep 2010 20:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.roosmaa.net/?p=19#comment-108</guid>
		<description>Hi, just wondering, have you actually tried this approach? Or is this just theoretical? It&#039;s just that my animations all go screwy when I do this (take 0 seconds to complete), and it looks to me that it might be because I can&#039;t call the super.onAnimationStart and super.onAnimartionEnd (get some rubbish about not being able to call them on a super type of object). Seems to me that sub-classing is the only option - why they didn&#039;t implement this with listeners, god knows.</description>
		<content:encoded><![CDATA[<p>Hi, just wondering, have you actually tried this approach? Or is this just theoretical? It&#8217;s just that my animations all go screwy when I do this (take 0 seconds to complete), and it looks to me that it might be because I can&#8217;t call the super.onAnimationStart and super.onAnimartionEnd (get some rubbish about not being able to call them on a super type of object). Seems to me that sub-classing is the only option &#8211; why they didn&#8217;t implement this with listeners, god knows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mart</title>
		<link>http://www.roosmaa.net/animation-ended-callback/comment-page-1/#comment-97</link>
		<dc:creator>Mart</dc:creator>
		<pubDate>Wed, 09 Jun 2010 13:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.roosmaa.net/?p=19#comment-97</guid>
		<description>Ben, I&#039;m not trying to be an ass or anything, but the best way to learn (in my opinion) is figuring things out for yourself.

Such approach does take up a bit more time, but the end result is that you get a bigger ego boost and you know what things work and what don&#039;t, nor will you forget these things easily.

Besides, my original post already gives a pretty decent idea (hashtable) on how to implement that function.</description>
		<content:encoded><![CDATA[<p>Ben, I&#8217;m not trying to be an ass or anything, but the best way to learn (in my opinion) is figuring things out for yourself.</p>
<p>Such approach does take up a bit more time, but the end result is that you get a bigger ego boost and you know what things work and what don&#8217;t, nor will you forget these things easily.</p>
<p>Besides, my original post already gives a pretty decent idea (hashtable) on how to implement that function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.roosmaa.net/animation-ended-callback/comment-page-1/#comment-96</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 09 Jun 2010 12:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.roosmaa.net/?p=19#comment-96</guid>
		<description>Sorry Mart, I&#039;m still learning Android, if you could elaborate that would be most helpful :) 

How do you find the view (I&#039;m using an ImageView) of the given animation?</description>
		<content:encoded><![CDATA[<p>Sorry Mart, I&#8217;m still learning Android, if you could elaborate that would be most helpful <img src='http://www.roosmaa.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>How do you find the view (I&#8217;m using an ImageView) of the given animation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mart</title>
		<link>http://www.roosmaa.net/animation-ended-callback/comment-page-1/#comment-95</link>
		<dc:creator>Mart</dc:creator>
		<pubDate>Wed, 09 Jun 2010 10:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.roosmaa.net/?p=19#comment-95</guid>
		<description>getAnimationView(...) is just a pseudo function I used to describe the workflow.
When writing the handler you should know how to get the view associated with the animation, so you can just implement that function or replace the line with your own logic of getting that view.</description>
		<content:encoded><![CDATA[<p>getAnimationView(&#8230;) is just a pseudo function I used to describe the workflow.<br />
When writing the handler you should know how to get the view associated with the animation, so you can just implement that function or replace the line with your own logic of getting that view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.roosmaa.net/animation-ended-callback/comment-page-1/#comment-94</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 09 Jun 2010 09:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.roosmaa.net/?p=19#comment-94</guid>
		<description>Can you show the getAnimationView method?</description>
		<content:encoded><![CDATA[<p>Can you show the getAnimationView method?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

