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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Android development software

  • 19-10-2015 10:08am
    #1
    Registered Users, Registered Users 2 Posts: 1,802 ✭✭✭


    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, Registered Users 2 Posts: 26,584 ✭✭✭✭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, Registered Users 2 Posts: 6,262 ✭✭✭Buford T Justice


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


  • Registered Users, Registered Users 2 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, Registered Users 2 Posts: 1,802 ✭✭✭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, Registered Users 2 Posts: 2,152 ✭✭✭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