-
Yep – it is CTP at the mo, but will be coming. Ready the details here . At the moment it hooks into the VS 2010 Pro (or better) versions – it doesn’t use the Express bits just yet.
-
WP7 support guru Reed Robison shared this little gem, I thought I’d pass it on… You can monitor memory pretty easily during debug… You can setup a timer in your app.xaml like this : System.Windows.Threading.DispatcherTimer timer = new System.Windows.Threading.DispatcherTimer(); timer.Interval = TimeSpan.FromMilliseconds(1000d); timer.Tick += new EventHandler(timer_Tick); timer.Start(); Which can dump constant memory info using a handler like this : void timer_Tick( object sender, EventArgs e) { ...
-
Gosh we are nearly there! Windows Phone 7 marketplace will soon be open for application submissions. So I thought I should give you a top tip about capturing the screen shots you need for your marketplace application submission. Basically, with Windows 7’s ‘Windows Snipping Tool’ you can select Windows Snip from the ‘New’ combo button and then hover the mouse over the emulator client window. Because the emulator client rendering window is a separate hWnd, so you get just the bit you need for the...
-
Windows Phone Developer Tools are released! Install from here. You just need a Windows Vista or Windows 7 machine to start building apps and cash in on the next wave of mobile technology! Read about the details and a recent ScottGu/CharlieK event here . Additionally, the Silverlight team have dropped a good bag over on CodePlex – More controls for your Windows Phone 7 SL projects including Date Picker, Time Picker, Wrap Panel and more :-) Get building those apps – be amongst the first to deliver...
-
Windows Phone 7 has been RTM today (1st Sept 2010). Tally-ho!
-
I am attending the XBLIG user groups first meeting with my Windows Phone 7 dev lab tonight in Coventry. If you have a Windows Phone 7 app or game then do come along – bring your projects XAP file on a memory stick so we can deployed it to a Windows Phone 7 Prototype so you can see how it runs. All event details are here: XBLIG UG Oh and by the way: using the traditional ‘clapometer’ method we’ll judge the apps presented on the night. The winner will receive an XBox 360 :-) <Note. XBox 360 will...