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

David's Profile



David



Reviews
3
Helpful: 3


Code of the Week
0
Won: 0

User Reviews

    Android Studio

    Company: Google
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 3

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

    by David42543 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)
  • xUnit

    Company: xUnit.net
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 2.1

    "xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework."

    by David42543 on Jan 17, 2017 3:40 PM

    Summary:
    xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. It is part of the .NET Foundation, and operates under their code of conduct. It is licensed under Apache 2 (an OSI approved license).

    Report post

    Was this review helpful? (1) (0)
  • NUnit

    Company: Nunit.org
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 3.0

    "NUnit is a unit-testing framework for all .Net languages."

    by David42543 on Jan 17, 2017 12:25 PM

    Summary:
    NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3.0, has been completely rewritten with many new features and support for a wide range of .NET platforms. NUnit 3.0 was created by Charlie Poole, Rob Prouse, Simone Busoli, Neil Colvin and numerous community contributors. Earlier versions of NUnit were developed by Charlie Poole, James W. Newkirk, Alexei A. Vorontsov, Michael C. Two and Philip A. Craig. https://www.nunit.org/

    Report post

    Was this review helpful? (2) (0)


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!