Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Android Studio
Score 9.2 out of 10
N/A
Android Studio is an official Android development integrated development environment (IDE) for mobile application development in the Android operating system developed by Google. Android Studio is based on Jetbrains'N/A
Espresso
Score 8.0 out of 10
N/A
Espresso is a test framework used to write Android UI tests, and part of the Android SDK. The Espresso API encourages test authors to think in terms of what a user might do while interacting with the application - locating UI elements and interacting with them. At the same time, the framework prevents direct access to activities and views of the application because holding on to these objects and operating on them off the UI thread is a major source of test flakiness.
$0
Xamarin
Score 6.0 out of 10
N/A
N/AN/A
Pricing
Android StudioEspressoXamarin
Editions & Modules
No answers on this topic
No answers on this topic
Xamarin
Free
Offerings
Pricing Offerings
Android StudioEspressoXamarin
Free Trial
NoNoNo
Free/Freemium Version
NoNoYes
Premium Consulting/Integration Services
NoNoNo
Entry-level Setup FeeNo setup feeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Android StudioEspressoXamarin
Best Alternatives
Android StudioEspressoXamarin
Small Businesses
Swiftify
Swiftify
Score 9.0 out of 10
Swiftify
Swiftify
Score 9.0 out of 10
Swiftify
Swiftify
Score 9.0 out of 10
Medium-sized Companies
Swiftify
Swiftify
Score 9.0 out of 10
Swiftify
Swiftify
Score 9.0 out of 10
Swiftify
Swiftify
Score 9.0 out of 10
Enterprises
Swiftify
Swiftify
Score 9.0 out of 10
Swiftify
Swiftify
Score 9.0 out of 10
Swiftify
Swiftify
Score 9.0 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
Android StudioEspressoXamarin
Likelihood to Recommend
9.0
(15 ratings)
8.0
(1 ratings)
7.0
(12 ratings)
Likelihood to Renew
-
(0 ratings)
-
(0 ratings)
10.0
(1 ratings)
Usability
9.0
(1 ratings)
-
(0 ratings)
10.0
(1 ratings)
Support Rating
9.8
(6 ratings)
-
(0 ratings)
10.0
(2 ratings)
Implementation Rating
-
(0 ratings)
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
Android StudioEspressoXamarin
Likelihood to Recommend
Google
Android Studio is a great mobile development IDE. I have found it is the best for both Android and Flutter development. It is created by JetBrains, so any developer used to their products, such as IntelliJ IDEA, will find themselves right at home with this IDE. It is very intuitive so it is a good choice for people needing to learn an IDE quickly.
Read full review
Open Source
  • It is very easy to verify Images with drawable resources
  • Color Verification we can do this by referring to the same hex code as the developer team used so that it is reused.
  • Opening a desired activity without performing End-to-end flow which eventually saves time.
  • If the application is built on Android we can go testing activity with Espresso as it provides all the necessary APIs
  • Espresso is not appropriate to iOS app automation, from a business point of view we need to hire new resources for iOS testing.
Read full review
Microsoft
If you are required to develop applications that are cross-platformed, Xamarin is a great tool to use. It will help save time and effort from your development team to be able to build applications seamlessly for android, IOS, Windows, and web on a single platform instead of requiring multiple tools to get the job done.
Read full review
Pros
Google
  • Support for developing in either the emulator or a device means I can quickly diagnose platform specific issues
  • The support for Kotlin and Java is stellar, with projects easily containing both types of code with ease
  • Hot reload support means that I can quickly test changes without waiting for a length build and optimization process
  • Excellent cross platform support means I can develop on macOS, Windows, or Linux without losing functionality between platforms
Read full review
Open Source
  • Automatic Waiting logic before failing any test
  • Black box and Grey box testing
  • Easy to Understand and Very Flexible
  • Supported Java And Kotlin
  • Fewer Efforts compare to other Mobile Automation Frameworks
  • Execution is very Fast
Read full review
Microsoft
  • Xamarin allows you to write cross platform code. This allows companies to build apps more quickly by writing less code. Having code abstracted and reused across multiple platforms allows for more testing and less issues overall.
  • The ability to use Visual Studio is a huge plus. Visual Studio is one of the best IDE's available and being able to write cross platforms apps while in a great IDE makes everything less painful.
  • Xamarin is now free with a large company backing. This means that bugs on the platform get fixed more quickly and there is a large community of developers.
Read full review
Cons
Google
  • Android Studio needs a very high amount of RAM and a high-end processor to run smoothly, which can't be affordable for everyone.
  • Updates in Gradle files can sometimes come up with a hectic improvement in whole code, which can lead us to improve some code and consume precious time.
  • Multitasking is very difficult in Android Studio due to its heavy consumption of resources.
Read full review
Open Source
  • As Espresso works on the ideal thread if the threads are not handled properly by the developing team it can lead to challenges in the execution of your tests.
  • Depends more on the developer's code
  • we cannot develop tests as individual frameworks, we share the repository with developers.
  • We need to be cautious while making changes in the tests, as we share same repository
Read full review
Microsoft
  • Forms - not 100% there. Still needs work but is production ready.
  • iOS - sometimes errors can be hard to understand, if they even show up.
  • Insights - Xamarin offers their own crash analytics software. However, it's not perfect and sometimes doesn't pick up crashes.
Read full review
Likelihood to Renew
Google
No answers on this topic
Open Source
No answers on this topic
Microsoft
Xamarin has been great for developing different projects efficiently and effectively. It's nice to reuse the core business logic across different platforms so that there are less to maintain and little replications are needed. The biggest benefit is that C# programmers do not have to learn a different language to do mobile development.
Read full review
Usability
Google
Android Studio is very useful for developers to write the code of Android apps. It provides auto implementation, suggestions, and removes boilerplate codes, which helps developers write clear and optimized code. Number of third party and Jetbrains plugins available to improve the speed of development and help the developer.
Read full review
Open Source
No answers on this topic
Microsoft
If you are required to develop applications that are cross-platformed, Xamarin is a great tool to use. It will help save time and efforts from your development team to be able to build applications seamlessly for android, IOS, windows, and web on a single platform instead of requiring multiple tools to get the job done
Read full review
Support Rating
Google
Overall support for Android Studio is quite good. As the project is maintained by Google itself, frequent updates are usually made to Android Studio to keep the IDE update and bug-free. Many community forums are also available to help developers across the world if they face any issue.
Read full review
Open Source
No answers on this topic
Microsoft
I never had to contact support for any help. Most of the problems we ran into, we were able to identify and use peer support through blogs and other internet sources to resolve the problems. There are plenty of sources online which provide tutorials, discuss problems, etc. Example: StackOverflow
Read full review
Implementation Rating
Google
No answers on this topic
Open Source
No answers on this topic
Microsoft
Just with any programming tasks, have a plan first. Design out the system, spend time to build it correctly the first time and have plenty of testing and user acceptance opportunities. Xamarin was easy to implement for a C# programmer. However, you need to do tutorials to realize the platform's capabilities.
Read full review
Alternatives Considered
Google
Android Studio is the best possible offering to make android based apps. It's a product by Google and the official integrated development environment for android app development. That's why it is able to offer the easiest to learn and simplest coding environment to developers. But it needs higher performance and is at times slower as compared to Flutter, etc. So that's the only drawback, but overall it's better than most tools for app development.
Read full review
Open Source
As our app is complete on Android Espresso is the best choice over Appium Fewer efforts in Espresso over Appium, as Espresso provides some built-in library to perform the operation. Easy to use, Espresso is very easy to understand and we can perform operations with very little code. Developers can contribute, as they have good command over Java and Kotin languages and also use Espresso for unit testing.
Read full review
Microsoft
Xamarin runs natively on MacOS, and the debugger and other integration and auto-complete tools are far better than Eclipse for C# .NET. It also carries much of the plugin/add-on capabilities that are so desirable on Atom. Eclipse is a better for generalized software development, provided a developer is comfortable switching between the IDE the command line for certain parts of their workflow, like building, package management, or debugging. But for C# .NET development on MacOS specifically, Xamarin is the best product I've used for the job.
Read full review
Return on Investment
Google
  • Positive Impact: No license fee, saves a lot of money upfront.
  • Positive Impact: Faster project delivery, because errors are cached quickly while typing code allowing to fix the code at the same time, and this eliminates the need of fixing bugs which saves time. Saves 20% of my time.
  • Negative Impact: Not works well on low end laptops with RAM less than 16GB.
Read full review
Open Source
  • As it is an Open Source tool it cost-effective
  • East to use, so that you can train many new Joiners to start delivering the tasks
  • Maintainance is very low, as we depend on the developer's layout files we can reuse their elements
  • We can cover most of the scenarios which helps in the coverage of the tests
Read full review
Microsoft
  • Saves development time and deliver fast.
  • Allows inhouse developers build both Android and iOS application without switching languages.
  • Allows use coding in C# in Visual studio IDE from which we can code in different languages. We don't need multiple IDEs installed
Read full review
ScreenShots