Nadella, Gates, and Ballmer have all admitted to Microsoft’s mobile mistakes.

  • @Kit
    link
    English
    28 months ago

    Ok now explain it for those of us who went to community college

    • @TheCodeJanitor@lemmy.world
      link
      fedilink
      English
      28 months ago

      Basically, if you’re going to develop an app for different platforms (iPhone, Android, Windows desktop, etc), you usually have to have some/all of your code be specific to that platform. In some cases it may even have to be in different programming languages.

      Xamarin is an attempt to let developers write code in one language (Microsoft’s C# language), with one common set of code that can then be installed on many different platforms.

      In reality, it’s a little more complicated than that… but that’s the goal.

    • @DeadlineX@lemm.ee
      link
      fedilink
      English
      28 months ago

      It’s a thing programmers use to make apps on iOS, android, and (previously) windows phone. It lets you use Microsoft’s words to translate into word that can be understood by iOS and android.