• Android Studio

    From Nightfox@eric.oulashin@gmail.com to All on Sat Jan 10 10:13:20 2015
    Hi all,

    For Android software development, I just wanted to give a shout out for Android
    Studio.

    Because Android Studio 1.0 was released last month, we've started our conversion to Android Studio at work (from Eclipse). I hadn't used Android Studio until now, and so far I'm excited about it. The user interface looks really nice, and I'm impressed with its Gradle integration. We were already using Gradle to build our project at work, and I was concerned that Android Studio might not handle a pre-existing customized Gradle build, but it seemed to integrate with it quite well. Android Studio is able to learn what it needs
    to know by reading your Gradle scripts, and it does that quite well. After importing our project, Android Studio was able to list all of the sub-projects in the IDE just from reading the Gradle scripts, and Android Studio is able to build, clean, etc. by executing the standard Gradle tasks. It seems to work quite well.

    Also, since Gradle is a very flexible build system, you can customize many things about your build (such as the location of the source files, libraries, etc.), and Android Studio is able to incorporate those customizations in your project based on the Gradle script. I've also heard that Android Studio has some nice features for device & UI emulation, allowing you to more easily see your app's UI as you develop it and run your app on emulated devices for Android mobile devices, Android TV, and Android Wear.

    I always thought Eclipse was a bit clunky (it took some time for me to get used
    to it, coming from IDEs such as Visual Studio), so Android Studio (based on IntelliJ) feels like a fresh change.

    Nightfox
  • From Mercyful Fate@46:1/140 to Nightfox on Sun Jan 11 01:29:04 2015
    $ Nightfox was quoted saying . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I always thought Eclipse was a bit clunky (it took some time for me to get used to it, coming from IDEs such as Visual Studio), so Android Studio
    (based on IntelliJ) feels like a fresh change.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Thanks for the update. I've been pretty curious about it myself. And as you i've always thought of Eclipse as a bit clunky and bloated with way too configuration. Is it all java or does it happen to intergrate c++ at all,
    just curious?

    |07M|11er|03cy|07ful Fate |08(|15hTc|08)|07

    --- Enthral BBS v.634 [2014.8.20] (Linux x86_64)
    * Origin: haunting The chapel >>--> htc.zapto.org <--<< (46:1/140)
  • From Nightfox to Mercyful Fate on Sun Jan 11 09:29:24 2015
    Re: Re: Android Studio
    By: Mercyful Fate to Nightfox on Sun Jan 11 2015 01:29:04

    Thanks for the update. I've been pretty curious about it myself. And as you i've always thought of Eclipse as a bit clunky and bloated with way too configuration. Is it all java or does it happen to intergrate c++ at all, just curious?

    Android Studio (via the Gradle scripts) can make use of the Android NDK (Native Development Kit), which can compile C++ to native Android libraries. The NDK is a separate download though.

    Nightfox