Questions tagged [metro]

Metro, also known as metro-style ui is a design approach which is primary is used in windows mobile 7 apps. Microsoft was pushing this styling on its mobile devices starting from 2009.

16 questions
21
votes
6 answers

Advantages and disadvantages to using XAML/C# or HTML5/JavaScipt for Metro apps?

I was just wondering if there are any major advantages or disadvantages to using either XAML/C# or HTML5/JavaScript for Metro Apps.
Ein Doofus
  • 921
  • 2
  • 9
  • 13
21
votes
6 answers

C++ Renaissance - marketing slogan?

Possible Duplicate: What does the latest “C++ Renaissance” mean? Lately, I hear a lot about C++ Renaissance. What is that? C++ is currently undergoing a renaissance. This means that, by definition, the language, compilers and compositional…
Lukasz Madon
  • 1,496
  • 13
  • 22
9
votes
1 answer

Is the upgrade path from Win32 to .NET to WinRT feasible?

I support a VB6 application. It's currently being replaced, module by module, with .NET (including a lot of new features as we go). The GUI is in WPF, but with almost zero coupling to the business logic, so that's not as important. I'm hoping the…
Scott Whitlock
  • 21,874
  • 5
  • 60
  • 88
5
votes
7 answers

Does async/await makes simple thing unnecessary complicated?

After exposing to Windows App Store development for a month, I begin to feel that async / await programming model does more harm than good. It makes simple thing complicated. Take an example, folder creation. In Java or Desktop .NET, I can simply…
Cheok Yan Cheng
  • 462
  • 2
  • 4
  • 11
4
votes
1 answer

Could Apple and Microsoft allow the GPLv3 on their locked-down devices?

It seems that both Apple and Microsoft prohibit GPLv3-licensed software in the app stores for their locked-down devices (i.e. iOS, Windows Phone and the Metro part of Windows). I have heard various explanations for this. However: Would they even be…
Nova
  • 184
  • 3
4
votes
4 answers

Is is possible to develop an application for both metro and classic style?

Is it possible to develop one application that can be be run in both: metro and classic style in Windows 8? I mean, application with the same core and two separate UIs, adjusted to currently used mode.
anth
  • 143
  • 4
3
votes
2 answers

How to store data for Windows Store apps?

I have a application which requires me to save data to a database not located on the users computer. Which approach is the best to save and access data for this scenario? Normally I would use Entity Framework and MS Sql Server but this seems not to…
Florian
  • 149
  • 6
3
votes
1 answer

Use Windows Store controls in a Windows 8 desktop app?

Is it possible to use the Windows 8 Store controls in a Windows 8 desktop app? Controls like the FlipView and SemanticZoom would be useful. I haven't found any information about this and would presume the answer is no, but thought someone would…
dex3703
  • 401
  • 3
  • 8
3
votes
2 answers

What is the correct UI interface to learn for creating Windows phone 8 apps?

I am a veteran Delphi 6 programmer transitioning to C# development. My first project is a open source library that will have a minimal user interface since it is meant to be used as a Component primarily on desktop PCs running Visual Studio. My…
Robert Oschler
  • 809
  • 1
  • 10
  • 15
3
votes
1 answer

Is a Metro application installation restricted through Windows Store only?

I found that Windows 8 allows packaging and deploying of Metro applications and it can be installed by clicking on a ".bat" file. How will it technically be ensured that the applications can be installed through Windows Store only? Can't the…
gaurav
  • 133
  • 4
2
votes
1 answer

Is a 64-bit Laptop going to be a problem for "Metro" apps?

I'm looking at a sample Windows 8 C# "Metro" style app (bingPushpin). When I 2-click MainPage.xaml, it gives me, "Design view is unavailable for x64 and ARM target platforms." My Acer Aspire laptop is, indeed, 64-bit. Is this going to continue to be…
2
votes
1 answer

How can I best prepare for building Windows Phone 8 Apps

I'm interested in learning to develop for Windows Phone down the road a bit, and am mostly interested in developing Metro Apps for the Windows Phone. It seems like there is some basic info for Metro development now, but no guidance on what will be…
Eric
  • 311
  • 1
  • 7
2
votes
2 answers

What are "Metro apps"?

While it is relatively new now (2011/09/15), are there any resources for explanations of Metro applications for Windows8? I've not seen anything at the moment that summarises an "elevator pitch" for them.
StuperUser
  • 6,133
  • 1
  • 28
  • 56
1
vote
1 answer

Relevance of Metro to ASP.Net developer?

I am a web developer, working mostly with ASP.Net(webforms + MVC), C#, javascript and so on. As you know, continuous learning is very important for us, but time is not infinite. I do dabble with the odd technology every now and then that has…
Jedi.za
  • 31
  • 5
0
votes
1 answer

Is it possible to use the framework behind Metro UI to make Exposé?

Is it possible to use the framework behind the Windows 8 Metro UI to make Exposé-like application for Windows? I tried Mac and I really like this feature, on another side i like that I can drag the screen from the top of the screen into the Metro…
1
2