TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Chrome DevTools

    Score9.7 out of 10
    N/AChrome DevTools is a set of authoring, debugging, and profiling tools built into Google Chrome.N/A

    Xamarin

    Score6 out of 10
    N/AN/AN/A
    Pricing
    Chrome DevToolsXamarin
    Editions & Modules
    No answers on this topic
    Xamarin
    Free
    Offerings
    Pricing Offerings
    Chrome DevToolsXamarin
    Free Trial
    NoNo
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Chrome DevToolsXamarin
    Considered Both Products
    Google
    No answer on this topic
    Microsoft
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    21 Answers
    No answers on this topic
    Delivers good value for the price
    100%
    Delivers good value for the price
    21 Answers
    No answers on this topic
    Happy with the feature set
    100%
    Happy with the feature set
    21 Answers
    No answers on this topic
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    15 Answers
    No answers on this topic
    Implementation went as expected
    95%
    Implementation went as expected
    18 Answers
    No answers on this topic
    Best Alternatives
    Chrome DevToolsXamarin
    Small Businesses
    No answers on this topic
    Swiftify
    Score9 out of 10
    Medium-sized Companies
    No answers on this topic
    Android Studio
    Score9.3 out of 10
    Enterprises
    No answers on this topic
    Swiftify
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Chrome DevToolsXamarin
    Likelihood to Recommend
    9.7
    (30 ratings)
    7.0
    (12 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    10.0
    (1 ratings)
    Usability
    9.5
    (7 ratings)
    10.0
    (1 ratings)
    Support Rating
    7.4
    (2 ratings)
    10.0
    (2 ratings)
    Implementation Rating
    -
    (0 ratings)
    10.0
    (1 ratings)
    User Testimonials
    Chrome DevToolsXamarin
    Likelihood to Recommend
    Google
    Chrome DevTools are great for troubleshooting bugs, broken elements on pages, styling issues, responsiveness, identifying performance issues, third-party connections for data privacy, reviewing cookies and local storage, screenshots in different dimensions. Chrome DevTools are for technical users, so you do need to have a decent understanding of some basics like HTML and CSS to get started using them.
    Incentivized
    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.
    Incentivized
    Read full review
    Pros
    Google
    • The Elements panel is usually our first port of call to inspect and modify HTML and CSS in real-time.
    • The Issues panel helps us to identify and resolve problems like cookie issues etc.
    • The console panel allows developers to see the log output created by their website in real-time.
    • Lighthouse helps us identify any issues with accessibility
    Incentivized
    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.
    Incentivized
    Read full review
    Cons
    Google
    • As one delves into DevTools, one encounters a gradually steeper learning curve. You can do a lot very quickly, but to fully utilize DevTools takes time as one explores what it can do.
    • With many new updates, tools and items are moved, and a comfortable workflow becomes a frustrating search. This often happens when following only slightly outdated tutorials on a given feature, even in Google's own documentation.
    • The experimental flags, settings, and options are scattered about and a little clunky to configure when one has to make changes in multiple places.
    Incentivized
    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.
    Incentivized
    Read full review
    Likelihood to Renew
    Google
    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.
    Incentivized
    Read full review
    Usability
    Google
    While Chrome DevTools are very powerful, it's not the easiest thing to use, as there are so many different tools built in. It takes some exploring to discover all the options possible within DevTools, but with a little exploring, the DevTools become a very powerful asset. Accessing the basic HTML and CSS inspection is very easy though, and that's the most common usage for the DevTools.
    Incentivized
    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 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
    Incentivized
    Read full review
    Support Rating
    Google
    I'm not entirely sure what to rate the support for DevTools, because I don't have any experience dealing with official customer support for DevTools. I would guess the primary support for DevTools would be in a Chrome forum. Typically if I have a question or issue, I am able to find an answer from doing a quick Google search. It's pretty widely used, so it's not difficult to find answers.
    Incentivized
    Read full review
    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
    Incentivized
    Read full review
    Implementation Rating
    Google
    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.
    Incentivized
    Read full review
    Alternatives Considered
    Google
    I find them pretty much the same, they have the same tools except Firefox doesn't provide the lighthouse functionality. I do prefer firefox's dark theme and colour palette. But I use Chrome Dev tools because of the Light house functionality that analyzes the page load and scores the website on desktop and mobile experience.
    Incentivized
    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.
    Incentivized
    Read full review
    Return on Investment
    Google
    • All positive, the tool is free so there's no need to spend money on it. Every return is positive.
    • A lot, their tools increases productivity due because it helps developers to create and test websites inside the browser.
    • Tools are intuitive so there's no need to invest in education on developers to learn these tools.
    Incentivized
    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
    Incentivized
    Read full review
    ScreenShots