How do I make the jump from Android to Windows Phone 7?

Posted by Rob S. on Programmers See other posts from Programmers or by Rob S.
Published on 2011-03-10T16:17:18Z Indexed on 2011/03/10 16:18 UTC
Read the original article Hit count: 263

I'm planning on making the jump over from developing apps for Android to developing apps for Windows Phone 7 as well. For starters, I figured I would port over my simplest app. The code itself isn't much of a problem. The transition from Java to C# isn't that bad. It's actually easier than I expected.

What is troublesome is switching SDKs. I've already compiled some basic Windows Phone 7 apps and ran through some tutorials but I'm still feeling a bit lost. For example, I'm not sure what the equivalent of a ScrollView on Android would be on Windows Phone 7.

So does anyone have any advice or any resources they can offer me to help me make this transition? Additionally, any comments on the Windows Phone 7 app market (especially in comparison to the Android market) would be greatly appreciated as well.

Thank you very much in advance for your time.

© Programmers or respective owner

Related posts about development-process

Related posts about software-development