<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Windows Phone Central Forums - Software Development and Hacking</title>
		<link>http://forums.wpcentral.com/</link>
		<description>Software Development and Hacking Help for the Windows Phone Community.</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 20:57:55 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.wpcentral.com/images/misc/rss.png</url>
			<title>Windows Phone Central Forums - Software Development and Hacking</title>
			<link>http://forums.wpcentral.com/</link>
		</image>
		<item>
			<title>What do I ideally need to get started?</title>
			<link>http://forums.wpcentral.com/software-development-hacking/226775-what-do-i-ideally-need-get-started.html</link>
			<pubDate>Thu, 16 May 2013 16:46:47 GMT</pubDate>
			<description><![CDATA[I downloaded the WP Dev tool but didn't do anything with it as I didn't really know where to start. I'm pretty aimless usually but once I get a grip...]]></description>
			<content:encoded><![CDATA[<div>I downloaded the WP Dev tool but didn't do anything with it as I didn't really know where to start. I'm pretty aimless usually but once I get a grip on something I get good fast - it's just that Phone dev is somewhere I've been nebulously interested in, but never got around do because I didn't commit to it. <br />
<br />
What are the ideal tools and training resources to get started? I have a few things I want to do, and when I get good enough I want to participate in some of the app challenges.<br />
<br />
Not exactly lacking for money, so I don't mind paying for the best tools / resources to get started.</div>

]]></content:encoded>
			<category domain="http://forums.wpcentral.com/software-development-hacking/">Software Development and Hacking</category>
			<dc:creator>shlomo80</dc:creator>
			<guid isPermaLink="true">http://forums.wpcentral.com/software-development-hacking/226775-what-do-i-ideally-need-get-started.html</guid>
		</item>
		<item>
			<title>Should I be using GestureListener for image zoom, pan etc.. in Windows Phone 8?</title>
			<link>http://forums.wpcentral.com/software-development-hacking/226657-should-i-using-gesturelistener-image-zoom-pan-etc-windows-phone-8-a.html</link>
			<pubDate>Thu, 16 May 2013 01:46:20 GMT</pubDate>
			<description>Hi, 
I have an image viewing sample app and I wish to provide zoom, pan and flick functionality. I plan on using the GestureListener class, however...</description>
			<content:encoded><![CDATA[<div><font color="#000000"><span style="font-family: Verdana">Hi,</span></font><br />
<font color="#000000"><span style="font-family: Verdana">I have an image viewing sample app and I wish to provide zoom, pan and flick functionality. I plan on using the GestureListener class, however this is deprecated in the Silverlight Windows phone toolkit since Nov 2011. (</span></font><a href="http://www.jeff.wilcox.name/2011/11/nov2011phonetoolkit/" target="_blank">http://www.jeff.wilcox.name/2011/11/...1phonetoolkit/</a>)<br />
<font color="#000000"><span style="font-family: Verdana">So doing something like this would not be recommended I guess.(</span></font><a href="http://wintellect.com/blogs/jprosise/building-touch-interfaces-for-windows-phones-part-4" target="_blank">http://wintellect.com/blogs/jprosise...-phones-part-4</a>)<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;Image Source=&quot;Dubai.jpg&quot; Width=&quot;2048&quot; Height=&quot;480&quot; CacheMode=&quot;BitmapCache&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;toolkit:GestureService.GestureListener&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;toolkit:GestureListener DragDelta=&quot;OnDragDelta&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Flick=&quot;OnFlick&quot; DoubleTap=&quot;OnDoubleTap&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/toolkit:GestureService.GestureListener&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Image.RenderTransform&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TranslateTransform x:Name=&quot;PanTransform&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Image.RenderTransform&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Image.Resources&gt;</code><hr />
</div><font color="#000000"><span style="font-family: Verdana">Can someone please point me to some other solution and tutorials so that I can implement this. Also please tell me if my app would be rejected in case I use the deprecated methods.<br />
</span></font><br />
<font color="#000000"><span style="font-family: Verdana">Please note I have used Manipulation Events but the zoom is really choppy as commented here </span></font><a href="http://stackoverflow.com/questions/13969400/pinch-to-zoom-functionality-in-windows-phone-8?lq=1" target="_blank">http://stackoverflow.com/questions/1...s-phone-8?lq=1</a> <font color="#000000"><span style="font-family: Verdana">and everything is not as smooth as GestureListeners.</span></font><br />
<font color="#000000"><span style="font-family: Verdana"><a href="http://www.jeff.wilcox.name/2011/11/nov2011phonetoolkit/" target="_blank"><br />
</a></span></font><br />
<font color="#000000"><span style="font-family: Verdana">Thanks in advance.</span></font></div>

]]></content:encoded>
			<category domain="http://forums.wpcentral.com/software-development-hacking/">Software Development and Hacking</category>
			<dc:creator>crash1989</dc:creator>
			<guid isPermaLink="true">http://forums.wpcentral.com/software-development-hacking/226657-should-i-using-gesturelistener-image-zoom-pan-etc-windows-phone-8-a.html</guid>
		</item>
		<item>
			<title>World wide data collection</title>
			<link>http://forums.wpcentral.com/software-development-hacking/226403-world-wide-data-collection.html</link>
			<pubDate>Tue, 14 May 2013 07:42:11 GMT</pubDate>
			<description><![CDATA[Hi, I'm planning to developing a free app where it requires people around the world to contribute. I'm thinking I'm only living in a small part of...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm planning to developing a free app where it requires people around the world to contribute. I'm thinking I'm only living in a small part of the world and I can only contribute to areas around me. In order for people to download and use this app, I must at least have some data/information initially to get them started otherwise it is pointless to even download it. How do I go about doing it? Any ideas would be welcome. Of course, I can appeal to my friends.</div>

]]></content:encoded>
			<category domain="http://forums.wpcentral.com/software-development-hacking/">Software Development and Hacking</category>
			<dc:creator>tslu69</dc:creator>
			<guid isPermaLink="true">http://forums.wpcentral.com/software-development-hacking/226403-world-wide-data-collection.html</guid>
		</item>
		<item>
			<title>Image stabilization lens-app?</title>
			<link>http://forums.wpcentral.com/software-development-hacking/225279-image-stabilization-lens-app.html</link>
			<pubDate>Thu, 02 May 2013 02:17:17 GMT</pubDate>
			<description><![CDATA[Am using 820 now and wondering since haven't seen any: wouldn't be possible to build a lens-app that does image stabilization closely matching the...]]></description>
			<content:encoded><![CDATA[<div>Am using 820 now and wondering since haven't seen any: wouldn't be possible to build a lens-app that does image stabilization closely matching the hardware-based Pureview in 920? Yeah, I'm looking at you Proshot!</div>

]]></content:encoded>
			<category domain="http://forums.wpcentral.com/software-development-hacking/">Software Development and Hacking</category>
			<dc:creator>lumia8</dc:creator>
			<guid isPermaLink="true">http://forums.wpcentral.com/software-development-hacking/225279-image-stabilization-lens-app.html</guid>
		</item>
	</channel>
</rss>
