Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know you can't build a metro style app in java ,but what if the code was in java and the metro style in c# or c++ for the UI , i don't know if is that possible .

share|improve this question
2  
This is just an insight, wait for what Java team will say to support Metro UI and WinRT (Java is more towards desktop application and applets which are not supported in Metro UI)... developerblog.ptvag.com/2012/02/10/… If you have existing UI code from a .NET WinForms project or an application built using Java, MCF, Delphi or VB6, you’ll have to completely rewrite your application for Metro. – ee. Apr 4 '12 at 9:09
Wondering if some of the java code could be converted to javascript, etc. via Google Web Toolkit then integrated with HTML5 based Metro app. – David Aug 8 '12 at 6:15

2 Answers

As you mentioned - Java and Python are not supported in WinRT apps, so your options are to either use it to code server side components, learn something like C# (which should not be too hard for a Java developer) or wait to see if Java becomes supported.

This might be a helpful hint at the future:
Microsoft seeks more programming language support for Windows 8

share|improve this answer
1  
Will IronPython work with WinRT? – Sandeep Oct 4 '12 at 17:13
1  
That's a good question. Can you check? – Filip Skakun Oct 4 '12 at 23:07

Of course you can do that. Just use a hexagonal architecture.

[edit] Any reason for the -1? Or just clueless?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.