Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 35736

Cross Platform Development : Windows 8 and Windows Phone 8

$
0
0

Introduction

With the recent launch of Windows 8 and Windows Phone 8, it is a great opportunity for App Developers to target these platforms. Both of these platforms provide multiple options to App Developers in terms of Programming Language and frameworks. Some of the languages and framework options are common across these platforms and hence facilitate cross platform development. If you are an App developer who would like to develop Apps for both these platforms then you should think about cross platform development. Think about Portable Common API Layer and minimal platform specific Layer. This will reduce development effort and increase consistency and maintainability. Let us analyze what option we have.

Following are the all Language + Framework options provided for both of these platforms

Windows 8

  1. C# + XAML
  2. Visual Basic + XAML
  3. C++ + XAML
  4. C++ + XAML + Direct2D
  5. C++ + Direct3D
  6. JavaScript + HTML5

Windows Phone 8

  1. C# + XAML
  2. C# + XAML + Direct3D
  3. C# + HTML5
  4. VisualBasic + XAML
  5. VisualBasic + Direct3D
  6. VisualBasic + HTML5
  7. C++ + XAML + Direct3D
  8. C++ + Direct3D

Cross Platform Development Options

The Options you have depends on the what kind of App you are making

Apps

If you want to make form based Applications with Event Driven User Controls like buttons, textboxes and labels then XAML is your best bet.

  1. C# + XAML
  2. Visual Basic + XAML
  3. C++ + XAML

Games

If on the other hand you are interested in 2D and 3D Graphics Intensive Apps like Games then Direct3D is the way to go.

  1. C++ + Direct3D

Viewing all articles
Browse latest Browse all 35736

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>