Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Android development software

Options
  • 19-10-2015 11:08am
    #1
    Registered Users Posts: 1,801 ✭✭✭


    Hi, can anyone recommend good, free if possible, Android development tool, with cloud-based file/project sharing/sync. I'm currently using Visual Studio, with Xamarin at work, but looking for a cheaper option for a personal project. Thanks.

    [Edit] this should probably be in the App development forum, sorry, could a moderator move it please?


Comments

  • Registered Users Posts: 26,556 ✭✭✭✭Creamy Goodness


    Android Studio for IDE — http://developer.android.com/sdk/index.html
    GitHub for code hosting — https://github.com/pricing
    Bitbucket if you really need to have the project private and don't want to pay anything — https://bitbucket.org/product/pricing


  • Registered Users Posts: 6,250 ✭✭✭Buford T Justice


    Alternatively you could eclipse and the android plugin, but they are ending the support for it.


  • Registered Users Posts: 1,148 ✭✭✭punk_one82


    Android Studio for IDE — http://developer.android.com/sdk/index.html
    GitHub for code hosting — https://github.com/pricing
    Bitbucket if you really need to have the project private and don't want to pay anything — https://bitbucket.org/product/pricing

    I'd go with this. Android Studio and GitHub would probably be the most standard way to go about it. Android Studio also has GitHub integration so it's fairly seamless once set up and working.


  • Registered Users Posts: 1,801 ✭✭✭cormee


    punk_one82 wrote: »
    I'd go with this. Android Studio and GitHub would probably be the most standard way to go about it. Android Studio also has GitHub integration so it's fairly seamless once set up and working.

    It looks like the best option alright.

    Has anyone developed for Android, using Visual Studio, with anything other than Xamarin? If so, what?


  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    cormee wrote: »
    Has anyone developed for Android, using Visual Studio, with anything other than Xamarin? If so, what?
    I have, but because I was coding in C# for Unity - better than the Mono IDE that comes with Unity, is all I'd say. Otherwise, if developing native code, you're better off with Android Studio as has been suggested.


  • Advertisement
  • Registered Users Posts: 2,145 ✭✭✭dazberry


    cormee wrote: »
    It looks like the best option alright.

    Has anyone developed for Android, using Visual Studio, with anything other than Xamarin? If so, what?

    I've done a bit with RemObjects C# natively against Android. On one hand it's a bit strange writing C# code while not having the .net framework but then again it's nice being able to reference something like The Android Developers Cookbook and use those examples almost verbatim.

    Not cheap, think it was $599 $499 for C# only on all platforms, site currently only lists "Elements" which is all 3 languages (C#, Swift and Oxygene (aka Pascal)) on all platforms. There is a Swift community edition that is free.

    D.

    //Edit: After some digging - single language $499


Advertisement