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

AppInventor


Company: Google

Average User Rating (6 reviews)

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


User Reviews
Share:


    Version Reviewing: 2

    "App Inventor is a blocks-based programming"

    by SWEET on Jun 11, 2016 2:25 AM

    Summary:
    App Inventor is a simple programming tool for building Android apps. Creating an App Inventor app begins in your browser, where you design how the app.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: Design and program your own apps

    "App Inventor is a visual, blocks language for building Android Apps"

    by VATS on Jun 10, 2016 12:47 AM

    Summary:
    App Inventor for Android is an open-source web application originally provided by Google, help Develop your very own Android Applications using MIT App .

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: 2

    "App Inventor is a cloud-based"

    by MEENU on Jun 9, 2016 12:35 AM

    Summary:
    File Sharing component in App Inventor 2 to share text and or files very nice

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    ""

    by edd on May 31, 2016 1:54 PM

    Summary:

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    "great tool"

    by saroj kishan on May 31, 2013 1:01 PM

    Summary:
    awesome performance

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    "Prototyping and learning tool"

    by Cody on Nov 12, 2011 6:23 PM

    Summary:
    AppInventor is a tool used to create Android apps using a visual programming language very similar to the Scratch environment. It is a great tool to use for prototyping an app for the Android environment, and can actually make apps for local distribution. It is also a wonderful tool that can be used to introduce programming and logical thinking to students as it is an easy to learn environment and the associated apps can easily be shared among students. AppInventor, originally implemented by Google has now been split off to open source so it can be added to by the entire user base. It is available at appinventorbeta.com and will be housed at MIT after the end of this year (2011).

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to 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!