Software Archive
Read-only legacy content
17061 Discussions

Converting Visual Studio to Intel XDK

Zack_S_
Beginner
924 Views

Good day,

I have developed and API that works perfectly with a console application.

I am attaching the C# code for the API module and the console test program module for Visual Studio. I am also including the result from the server in the console application for reference.

I am also including the java API code that is the equivalent of the C# code.

The guidance I need is the exact coding and/or where I need to insert the java module to get a similar result back to the emulator from a button as example. 

Appreciate any help on this.

rgs

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
924 Views

You cannot convert a C# app into an HTML5 app using the XDK. The XDK is strictly for building HTML5 mobile Cordova apps. Sorry, but to do the same thing using the XDK you need to rewrite your app in HTML, CSS and JavaScript. We don't provide a translator or importer for bringing in non-HTML5 apps into the XDK.

0 Kudos
Ramith_H_
Beginner
924 Views
I think visual studio 2014 supports cross platform app development
0 Kudos
Reply