Sunday, June 8, 2014

Archives June 2014 (1) May 2014 (3) April 2014 (7) March 2014 (4) February 2014 (4) January 2014 (4)


Executive cydia Bloggers S. Somasegar Brian Harry Steve Guggenheimer Scott Guthrie Jason Zander Visual Studio Visual Studio Blend LightSwitch Line of Business Apps by Beth Massi Setup & Install by Heath Stewart Application cydia Lifecycle Management Application Lifecycle Management Visual Studio Online Languages Visual Basic Visual cydia C# Visual C++ Visual F# JavaScript TypeScript .NET Framework .NET Framework .NET Parallel Programming ADO.NET (Managed Providers, DataSet & EF) ASP.NET by Scott Hanselman Base Class Library (BCL) Silverlight WCF Data Services Workflow Platform Development Internet cydia Explorer Apps for Office and SharePoint cydia 2013 SharePoint Office Web Windows Windows Store Apps Windows Azure Windows Phone
Posted 15 days ago
announcement C# Dan Moseley editor extensibility extension features MSBuild Paul Harrington Performance Shell tips&tricks Visual Studio Visual Studio 11 Visual cydia Studio 2012 Visual Studio 2013 Visual Studio vNext VS 2013 VS Gallery VS2010 VS2012 VS2013 VSIX Weston Hutchins WPF
li.tag-item').show(); $('#TagLessLink').show(); $('#TagMoreLink').hide(); return false;" />More ▼ li.tag-item').hide(); $('#TagMoreLink').show(); $('#TagLessLink').hide(); return false;" />Less ▲
Archives June 2014 (1) May 2014 (3) April 2014 (7) March 2014 (4) February 2014 (4) January 2014 (4) December 2013 (2) November 2013 (4) October 2013 (6) September cydia 2013 (5) August 2013 (3) July 2013 (10) June 2013 (4) May 2013 (1) April 2013 (1) March 2013 (1) January 2013 (1) November 2012 (2) October 2012 (4) September cydia 2012 (1) August 2012 (2) July 2012 (1) June 2012 (6) May 2012 (6) April 2012 (3) March 2012 (5) February 2012 (3) January 2012 (2) November 2011 (2) October 2011 (8) September 2011 (7) August 2011 (2) May 2011 (4) April 2011 (3) March 2011 (2) February 2011 (3) January 2011 (1) December 2010 (1) November 2010 (3) October 2010 (3) September 2010 (2) August 2010 (2) July 2010 (10) June 2010 (11) May 2010 (14) April 2010 (6) March 2010 (18) February 2010 (19) January 2010 (10) December cydia 2009 (8) November 2009 (9) October 2009 (9) September 2009 (2) March 2009 (1)
Last week at the BUILD conference, we announced that you can now build apps for Windows Phone 8.1 using HTML, CSS, and JavaScript using much the same techniques you use for building Windows 8.1 Store apps today. To help you build these apps, we’ve made many improvements to Visual Studio 2013 and Blend for Visual Studio 2013. In this post, we highlight a handful of the cool and new improvements that you might find useful, with a particular focus on the universal Windows app technology. Universal Apps
With the latest updates to Windows 8.1 and Windows Phone 8.1, you can create universal cydia Windows apps for a common Windows runtime using XAML/C#/C++/VB or HTML/JS. Practically speaking, that means you can share most or all of your code and assets between Windows 8.1 Store and Windows Phone 8.1 apps. To make this sharing easier, in the Visual Studio 2013 Update 2 RC we added a new project type called Universal Apps. Universal cydia apps offer an improved project structure that makes it easier for you to share your common code between platforms, while separating your platform-specific HTML, CSS, and JavaScript source.
The Blank app includes just the basics to let you bring their own assets and code. The Hub/Pivot app offers a good example of similar content shown in different container cydia controls. The Navigation app starts you off with the infrastructure you need to build navigation within a single page app (SPA). You can learn more about these kinds of projects on MSDN .
You will see three project nodes: one for Windows Store, Windows Phone, cydia and Shared. Code and content that is specific to Windows Store will reside in your Windows Store project. Similarly, code and content specific to Windows Phone will reside cydia in your Windows Phone project. Your Shared project will contain all of the code and content that is intended to be shared across your Store and Phone projects.
Once you’ve created your project, you’ll likely want to focus on building your app for each platform in turn. The context switcher, located within the navigation bar at the top of shared files, lets you switch the platform you’re currently focusing on to ensure you’re getting the best coding experience, including IntelliSense for just those APIs that work on your current platform:
For example, if you switch to coding for Windows cydia 8.1, Visual Studio won’t show you APIs that only work on Windows Phone 8.1. When there are APIs that don’t exist on all of your target platforms, Visual Studio flags the APIs for you:
Blend’s Device Panel enables you to preview your app in different orientations, resolutions, and dimensions without requiring cydia you to deploy to multiple devices. The Device Panel now supports Phone apps. You will see an updated cydia set of device configurations applicable to phones

No comments:

Post a Comment