0

i am really new on this so i need some suggestions.

Using Visual Studio, i want to create an android application and i want to have flexibility so i will use Apache Cordove. It allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross-platform development.

This is my client-side part and this part will communicate with the server-side ASP.NET Web Service and provide datasources through HTPP Ajax requests.

In this scenario, how can publish my app for testing and maybe after that for publish to outworld?

If i host my Web Service to azure and create the apk file will be work?

GomuGomuNoRocket
  • 771
  • 2
  • 11
  • 37

1 Answers1

0

Creating a Android app using apache cordova requires a Android SDK.You need to install packages required to create and run the apache cordova using visual studio, There is another alternative for this which I found easy one use ubuntu linux with eclipse and Android SDk latest version which can be configured to create a apache cordova project.

Your another concern is regarding the calling of a webservice hosted on azure environment is as easy and same as calling a webservice's webmethods from javascript you just need to provide the appropriate url of the webservice in ajax call.

Sumit Jambhale
  • 565
  • 8
  • 13