1
vote
2answers
316 views

Windows 8 store app development without touch screen

I've started doing Windows 8 Store app development for some projects at work, but I do not have a touch screen device of my own at home. If I write a personal app for submission to the store, I must ...
5
votes
2answers
256 views

C# WinRT component fails in UserControl constructor calling from WinJS

We are building a WinRT application with JavaScript (WinJS) that accesses REST/JSON web services via C# WinRT Component library. In the component library we have a Logon control (much like ...
3
votes
4answers
494 views

How to draw string to a bitmap image in WinRT

How do you draw a string to an image in winRT? In WinForms that could be done using drawstring() method inside the system.drawing namespace but i couldn't find its equivalent in WinRT API.
0
votes
1answer
113 views

Mixing WinJS and XAML

We have a WinJS app that is not performing as well as it would if it were written in XAML/C#. Is it possible to move the app into XAML, piece by piece, by either hosting XAML inside the WinJS or ...
7
votes
1answer
2k views

Difference between Metro Apps written in HTML/CSS/JS vs XAML/C#

What is the difference between Metro apps written in web-development technologies and ones written in XAML/C#, etc.? Does Microsoft Metro API provide hooks for Javascript, where it's all native for ...
2
votes
2answers
2k views

URI schemes supported in Windows 8 apps

What are the URI schemes supported in Windows 8 apps? I have seen references to ms-appx: and ms-appdata: and some rare mentions of ms-resource: but I could not find any document that would be a list ...
18
votes
9answers
9k views

Should I choose HTML5 or XAML for Metro development? [closed]

My team doesn't have HTML skills, nor XAML skills. If it's really a blank slate - are there good reasons to favor one approach over the other?