visual studio for iphone and android?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • yarbrough40
    replied
    I've actually begun using PhoneGap. It's turning out to be a excellent solution. At work I'm tasked to come up with quick deployable apps and this is fitting the bill nicely. I'm turning out apps for Android, IOS, and Windows phone with little pain

    Leave a comment:


  • drhowarddrfine
    replied
    Isn't this like a duck out of water? It sounds like you're trying to force a square peg into a round hole. I no sooner would do Windows development with cygwin than I'd try and use Mono or VS for Android or the iPhone. And, particularly, I don't even know if VS can work with Xcode and all the tools Apple requires you to use.

    As far as Mono goes, the best tools for creating software on *nix are already built in to *nix.

    Leave a comment:


  • yarbrough40
    replied
    right on! thanks Cro...

    Leave a comment:


  • CroCrew
    replied
    I hope that someday we could have a section on this website to help answer any questions on MONO. I guess till then if you have any questions post them under C# and I will try to help you out when i can.

    Happy Coding,
    CroCrew~

    Leave a comment:


  • yarbrough40
    replied
    oh, no kidding so you use it now and give it good marks? Righteous! I'll give it a go. Using C# is a total bonus! I would have been happy to just be able to use visual studio regardless of the language.

    Leave a comment:


  • CroCrew
    replied
    Yes, I love it for android development. try it out and give us feedback on how you like it.

    CroCrew~

    Leave a comment:


  • yarbrough40
    replied
    I spoke too soon... I found it.

    Looks like it does indeed compile .apks for deployment. neat!

    Leave a comment:


  • yarbrough40
    replied
    Thanks Cro. I'm not sure if I am reading the specs correctly on Mono but I do not want to have to load a compiler or virtual machine on the phone in order to run the apps. Rather I would want the code to run 100% native in the device, for example, produce a .apk file for android. Does it do this?

    Also, I don't mind writing in native code for each device; Obj-C, Java. I just want to use the VS IDE that I am familiar with.

    Leave a comment:


  • CroCrew
    replied
    Look into: http://xamarin.com/monotouch for iOS and http://xamarin.com/monoforandroid for Android

    CroCrew~

    Leave a comment:


  • yarbrough40
    started a topic visual studio for iphone and android?

    visual studio for iphone and android?

    Has anyone used VS2010 for IOS and android development? Google returns some 3rd party options to get some integration.... before I pull the trigger on one of them, just wondering if anyone has some advice or input of any kind...
Working...