Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Android Studio


Company: Google

Average User Rating (8 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "#1 Recommended Tool for Android Development."

    by Ashley on Jun 1, 2022 2:23 PM

    Summary:
    Android Studio is my go-to IDE for apps using java, kotlin. It provides a great user experience end-to-end, from design, development, build, testing, and debugging. I love that includes a built-in debugger to debug apps directly on android devices. There is plenty of documentation and even several templates to use for various projects. While is does consume considerable memory, Android Studio is still a great investment.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: Great Tool

    "This is an attractive software "

    by agievans on Oct 22, 2020 3:57 AM

    Summary:
    Android Studio is a greatest and attractive software and tool of google company. this is a famous tool and software. it has most releases.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 4.2

    "Realy Want Android Studio "

    by SANJAY ASKAR on Aug 27, 2020 5:27 AM

    Summary:
    Android Studio 4.2 Canary 8 and higher, we've added the ability to keep inspecting your app's databases after a process disconnects, making it easier to debug your app after a crash. While offline, you can open and query tables. However, you cannot edit values or run modification statements until you reconnect to an app process.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 3.2.1

    "Slow, hard to use"

    by reysterf on Jan 7, 2019 5:16 PM

    Summary:
    Using it on my laptop is quite a painful thing to go through. Compiling takes a lot of time, clunky interface and generally hard to accomplish what you want to do.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "Piece of ******"

    by Markdan on Jul 11, 2018 2:11 PM

    Summary:
    Android Studio is an embarrassment. Hey, it might be okay of it actually worked, but it doesn't! I have never actually succeeded at using its visual tools to lay out elements on a screen. I'm sure it's theoretically possible; but every time I've tried, I've gotten so frustrated that I've just given up and written raw XML layout files instead. The same is true for the other tools. Strange that Google should have messed this up so badly, when they're leaders in other technologies.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 3

    "need of more user friendly"

    by nagireddy on Jun 6, 2018 10:27 PM

    Summary:
    I really to say this tool is more useful for developing any android application. and GUI developing process is easy ,but back end data process is little hard,because to write code for each every thing is confusion.and other one it is requires more setting process,so to improve this kind of problems.

    Report post

    Was this review helpful? (1) (0)

    add a comment


    Version Reviewing: 3

    "Android Studio v3 is a must have for every Android developer."

    by David on May 30, 2018 10:54 AM

    Summary:
    If you are building apps for Android Studio you must have this IDE on your computer as part of a complete tool set. With support for Java, C++ and Kotlin as first class programming languages, Android Studio gives you access to the Java and Native SDKs, frameworks and APIs to build modern Android apps targeting a wide range of Android versions. Even if you also are using other tools for building Android apps, Android Studio will help you in so many ways including designing, developing, debugging and deploying apps.

    Report post

    Was this review helpful? (0) (0)


    Kotlin?! Who the heck uses Kotlin.. I have never heard good things about it.Twee <3


    Everyone uses Kotlin you fool donoteatfromthistree


    add a comment


    Version Reviewing: 3+

    "Needs major improvements"

    by Twee <3 on May 21, 2018 3:42 PM

    Summary:
    I really wanted to delve into the world of mobile development and with my loyalty to android smartphones, I came across Android Studios. Came up with a fun idea for an app so I got it downloaded and started working on a tutorial I found online. I can't help but feel the visual tool was just straight up.. bad. It really turned me off from the experience. Android Studio isn't intuitive so it was quite difficult for beginners like me. It also felt clunky. My first time experience was a disappointment, considering it was made by Google. I get it's a popular tool, just not for me. Until it improves, I will move on to another IDE.

    Report post

    Was this review helpful? (2) (1)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!