this post was submitted on 24 Oct 2023
561 points (96.4% liked)

Technology

72729 readers
1774 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] blazeknave@lemmy.world 21 points 2 years ago (2 children)

Xamarin was supposed to solve this. They even bought the fucking company.

[–] Kit@lemmy.blahaj.zone 7 points 2 years ago (1 children)

I don't remember that. What is Xamarin?

[–] TheCodeJanitor@lemmy.world 11 points 2 years ago (1 children)

It's a cross platform UI framework using C#/.NET, mostly cross-mobile-platform, although technically it could make Windows desktop UIs too.

[–] Kit@lemmy.blahaj.zone 2 points 2 years ago (2 children)

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

[–] DeadlineX@lemm.ee 2 points 2 years 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.

[–] TheCodeJanitor@lemmy.world 2 points 2 years 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.

[–] Phen@lemmy.eco.br 1 points 2 years ago (1 children)

Supposedly they eventually got android apps to run on windows phone directly, the app devs would only need to publish their Android app to wp. But if they actually got that far they never released such an option.

I've heard that the tech they got from developing this Android app support eventually turned into the WSL system on windows (the windows feature that let's you run a Linux kernel/terminal and subsequently, Linux programs)

[–] lightnegative@lemmy.world 1 points 2 years ago

Must've been WSL1 which they eventually abandoned. Trying to reimplement all the Linux syscalls on top of the Windows kernel was always going to be a neverending game of catch up.

WSL2 they just run an actual Linux kernel within Hyper-V