Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I Use Visual Studio to Create Android Applications in HTML5? [closed]

I would like to make use of Visual Studio's HTML5 intellisense. If I create an HTML app in Visual Studio, can I somehow embed it in an android browser app that directly opens up that HTML page? Can I make it as an APK?

Edit: Looking for Free solutions only that would give me out-of-the-box APK generation capabilities from within Visual Studio.

like image 463
Dev Avatar asked Oct 08 '13 19:10

Dev


People also ask

Can I use Visual Studio to develop Android apps?

You can build apps for Android, iOS, and Windows devices by using Visual Studio. As you design your app, use tools in Visual Studio to easily add connected services such as Microsoft 365, Azure App Service, and Application Insights. Build your apps by using C# and the .

Can I use Visual Studio code instead of Android Studio?

Visual Studio Code is lighter than Android Studio, so if you are genuinely limited by your hardware, you may be better off on Visual Studio Code. Also, some plugins and enhancements are only available for one or the other, so that will impact your decision as well.

Can I develop mobile app using Visual Studio code?

You can build native apps for Android, iOS, and Windows by using C# or F# (Visual Basic isn't supported at this time). To get started, install Visual Studio, select the Mobile Development with . NET option in the installer.

Can I write HTML in Android Studio?

You may write your HTML code inside the code section.


1 Answers

You can try this.

http://blog.geekypedia.net/archive/2013/10/08/android-app-development-in-html5-using-visual-studio-2012-express.aspx

It will allow you to develop your HTML5 Apps in Visual Studio (even express editions) and directly build APK from there.

like image 79
Om Talsania Avatar answered Nov 04 '22 22:11

Om Talsania