osx - Visual Studio on MacBook -
i'm new programming, , still learning. anyway, possible use visual studio apache cordova on os x? or have use virtual machine windows?
if want make apps both ios , android, need write code twice? (hybrid mobile app).
you can use visual studio on mac running windows 8.1 or 10 in virtual machine or using bootcamp boot directly windows 8.1 or 10.
i use virtual machine approach development. using mac windows vm can target ios, android, , windows phone. can read blog post here on how setup environment (you might want check out part 1 well):
http://trunica.net/building-hybrid-mobile-apps-part-2.html
no not need write code twice. that's beauty of cordova! 95% close 100% of code should same across platforms.
you can use cordova directly on mac if want , develop both ios , android without using visual studio. recommend using visual studio since adds lot of nice features development (additional emulators, easier configuration, etc...).
Comments
Post a Comment