简体   繁体   中英

How to Convert Existing Android Studio project to multi-device-hybrid-apps for Visual Studio

What are the steps to Convert existing Android project (developed in Android Studio) to multi-device hybrid apps in Visual Studio 2013?

Is there any Step-by-Step Guide available for Novice user to start from the scratch in multi-device hybrid apps in Visual Studio 2013?

How to use socket connection in multi-device hybrid apps in Visual Studio 2013?

-Dixit Solanki

You cannot convert an Android Studio project to a Cordova project. Android Studio is native and uses Java, whereas Cordova uses HTML 5 and JavaScript. The native functionalities you get with Cordova is because browsers expose access to native APIs, which are explored by Cordova.

Just in case you don't know, Multi-Device Hybrid Apps is a new category of projects in Visual Studio and Cordova is the only option available for now.

Most of the documentation you can find about MDHA is in their official website . We can expect to find more information as this project gets more attention.

If you want to learn more about Cordova, you can read their documentation , or take a look at this book , or this PluralSight course .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM