Slashdot Mirror


Visual Studio 2015 Can Target Linux; Android Apps Anywhere Chrome Can Run

jones_supa writes Phoronix has noticed that the Visual Studio 2015 product page mentions that the new IDE can target Linux out of the box. Specifically the page says "Build for iOS, Android, Windows devices, Windows Server or Linux". What this actually means is not completely certain at this point, but it certainly laces nicely with the company opening up the .NET Framework. And speaking of cross-platform software: new submitter mccrew writes Google has released a tool that lets Android apps run on any machine that can run its Chrome browser. Called Arc Welder, the tool acts as a wrapper around Android apps so they can run on Windows, OS X and Linux machines. The software expands the places that Android apps can run and might make it easier for developers to get code working on different machines.

3 of 96 comments (clear)

  1. Apache Cordova by Richard_at_work · · Score: 4, Informative

    All of the CTP and preview releases have been shipping with Apache Cordova and an Android build target using mono for the underlying .Net implementation. Been like this for the past several months, targetting Android has been well known amongst .Net developers following VS2015.

  2. Re:Java killer by phantomfive · · Score: 4, Interesting

    I'll give my opinion of why it won't, and it is the mindset between the C# community and the Java community, and how they differ.

    In the C# world, it's like the great masters on high give us features and we use them. This is an example of that attitude (and it's actually rather poetic, if not sickening).

    In the Java world, a new framework comes along when someone says, "we have a problem to solve, what is the best way to solve it?" They are there, working in the trenches, trying to solve the problem themselves. Like Maven.....some guy had problems with builds and said, "there must be a better way." And he built that way. In Java there are often multiple competing solutions to the problem, and eventually one is voted as the best.

    So it's the cathedral vs the bazaar. The cathedral is fine, don't get me wrong, they work hard at it; but it has the feel of product managers, feature checklists, and dispassionate programmers.

    The passionate programmers create a better product, and they're in Java world. (Note: I don't even particularly like Java, I just recognize there are differences between the Java and C# ecosystems).

    --
    "First they came for the slanderers and i said nothing."
  3. Re:Java killer by Anonymous Coward · · Score: 4, Insightful

    Voted the best? And then the rest disappear? Because I'd expect that there's 9 competing ways of doing almost the same thing, sometimes within the same project, with breaking changes between versions. Maven is a pretty terrible example, too... Nuget is a thing. Seems like every platform has a similar package manager concept, and it's generally not owned by whoever is behind the platform.