Live data from Hacker News

Visual Studio Apache Cordova Tooling preview

blogs.msdn.com

1–10 of 19 posts

Re: Visual Studio Apache Cordova Tooling preview

#3
This is actually kinda awsome. I had a terrible experince some months back trying to get a Cordova app made for Android/iOS to work on Win8. As a result of the special javascript rules in Win8, not event the Angular source was possible to run without encapsulation all "insertBefore" in jQuery-lite in "MSApp.execUnsafeLocalFunction".

Together with the toolkit they are even providing example ToDo-apps for Angular, Backbone and WinJs which makes me hope all the issues I struggled with is now fixed.(Possible by running the app inside a webview instead as an native WinJS app).

Re: Visual Studio Apache Cordova Tooling preview

#4
This is awesome on multiple levels, but mainly it unchains the "cloud" from Cross Platform app development. Everything but vanilla Apache Cordova (Intel App Framework / AppMobi, PhoneGap, Xamrian) insist on compiling your code on their servers. The effect is they take away a lot of control from the programmer.

If you insist on plain old Cordova, you end up with a text editor (Notepad++), with a cmd.exe window (for cordova/ node.js) and Chrome (for ripple, the Debug env). It will be really nice to get all of this into an IDE.

Re: Visual Studio Apache Cordova Tooling preview

#6
post #4

This is awesome on multiple levels, but mainly it unchains the "cloud" from Cross Platform app development. Everything but vanilla Apache Cordova (Intel App Framework / AppMobi, PhoneGap, Xamrian) insist on compiling your code on their servers. The effect is they take away a lot of control from the programmer. If you insist on plain old Cordova, you end up with a text editor (Notepad++), with a cmd.exe window (for co…

Switch Notepad++ with Webstorm and you got my Corodva stack ;)

Re: Visual Studio Apache Cordova Tooling preview

#7
post #4

This is awesome on multiple levels, but mainly it unchains the "cloud" from Cross Platform app development. Everything but vanilla Apache Cordova (Intel App Framework / AppMobi, PhoneGap, Xamrian) insist on compiling your code on their servers. The effect is they take away a lot of control from the programmer. If you insist on plain old Cordova, you end up with a text editor (Notepad++), with a cmd.exe window (for co…

You can also debug with Safari Remote Debug and Chrome Remote Debug. Ripple is nice, but you aren't limited to it.

Re: Visual Studio Apache Cordova Tooling preview

#8
post #3

This is actually kinda awsome. I had a terrible experince some months back trying to get a Cordova app made for Android/iOS to work on Win8. As a result of the special javascript rules in Win8, not event the Angular source was possible to run without encapsulation all "insertBefore" in jQuery-lite in "MSApp.execUnsafeLocalFunction". Together with the toolkit they are even providing example ToDo-apps for Angular, Back…

Installing the Android SDKs, AVD, and dependencies/ENV paths, java installation, etc for cordova/phonegap on Windows took me 2 hours to get the demo app working.

Cordova/phonegap on mac took 10 minutes for the demo app to work.

Re: Visual Studio Apache Cordova Tooling preview

#9
post #3

This is actually kinda awsome. I had a terrible experince some months back trying to get a Cordova app made for Android/iOS to work on Win8. As a result of the special javascript rules in Win8, not event the Angular source was possible to run without encapsulation all "insertBefore" in jQuery-lite in "MSApp.execUnsafeLocalFunction". Together with the toolkit they are even providing example ToDo-apps for Angular, Back…

and now visual studio potentially depends on java... (android) what a farce.

Re: Visual Studio Apache Cordova Tooling preview

#10
post #3

This is actually kinda awsome. I had a terrible experince some months back trying to get a Cordova app made for Android/iOS to work on Win8. As a result of the special javascript rules in Win8, not event the Angular source was possible to run without encapsulation all "insertBefore" in jQuery-lite in "MSApp.execUnsafeLocalFunction". Together with the toolkit they are even providing example ToDo-apps for Angular, Back…

Installing the Android SDKs, AVD, and dependencies/ENV paths, java installation, etc for cordova/phonegap on Windows took me 2 hours to get the demo app working. Cordova/phonegap on mac took 10 minutes for the demo app to work.

Think you missed the point. Now you can build your app for win8, something you intill now was only theoretical possible. What you describes is how you setup an android environment on Windows...
Post reply on HN