admin管理员组文章数量:1332873
My pany wants us to explore PhoneGap and needs an application deployed to Android, Windows Phone and Blackberry. They want to use one development environment(Visual Studio).
I believe I have read that it is possible to deploy an app to an Android device using PhoneGap : build from inside Visual Studio, but I would like confirmation.
Thank you
My pany wants us to explore PhoneGap and needs an application deployed to Android, Windows Phone and Blackberry. They want to use one development environment(Visual Studio).
I believe I have read that it is possible to deploy an app to an Android device using PhoneGap : build from inside Visual Studio, but I would like confirmation.
Thank you
Share Improve this question asked Jan 27, 2012 at 21:43 Banana ManBanana Man 1272 silver badges11 bronze badges 1- While this might seem like a good idea in theory, it is not. Doing this will net you three apps with mediocre to abysmal usability, since the user interface guidelines for the three platforms are vastly different. What the world needs is definitely not more apps that ignore the UI design guidlines for their respective OS. – evilcandybag Commented Jan 28, 2012 at 15:48
5 Answers
Reset to default 6Nomad is a Visual Studio extension that can build for both iOS and Android directly from within the IDE using a PhoneGap based cloud build service.
After developing the application in Visual Studio you should be able to take your HTML/JS files, upload them to the PhoneGap Build service (http://build.phonegap.) and have it pile/generate Android and Blackberry application files for you.
Alternatively, if you don't mind using another IDE for the last step, you can always import your HTML/JS files created in VS into a new Android or Blackberry Phonegap project and pile.
yes you can create android phonegap appliation using visual studio.. for more information pleasee see the below link..
http://sourcefreeze./cross-platform/visual-studio-cordova-plugins-for-cross-platform-mobile-apps/
You could use "Visual Studio Tools for Apache Cordova". As PhoneGap is built atop of Cordova and are almost the same (see this answer) this might be suitable for your needs?
An overview taken from the referenced website reads:
"Build cross-platform mobile apps for iOS, Android, and Windows devices using Visual Studio Tools for Apache Cordova. With an extension for Visual Studio 2013 Update 4 or Visual Studio 2015 Preview, Visual Studio gives you the tools you need to get started building your first app using HTML, CSS, and JavaScript based on Apache Cordova."
No. In theory yes, but in practice no.
This is not a technical problem, but a social problem in your pany. The decision makers have not experience of building mobile applications and try to apply their existing knowledge to an area they don't know and they fail. Unless they can understand their own limitations you are screwed.
It is possible to edit source code using any text editor. However, Visual Studio will not have any IDE goodies, like e.g. launching Android application from IDE available. Forcing Visual Studio upon developers would just hinder the development process.
Sorry about being employed in such mismanaged pany.
本文标签:
版权声明:本文标题:javascript - Is it possible to build an android application with PhoneGap strictly inside Visual Studio? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742298925a2449281.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论