Skip to content
#

Xamarin

xamarin logo

Xamarin is a Microsoft-owned, San Francisco, California-based software company. It was founded by the creators of Mono, Mono for Android, and MonoTouch, which are cross-platform implementations of the Common Language Infrastructure (CLI) and Common Language Specifications (often called Microsoft .NET).

With a C#-shared codebase, developers can use Xamarin tools to write native Android, iOS, and Windows apps. The apps have native user interfaces and share code across multiple platforms, including Windows and macOS.

Here are 2,912 public repositories matching this topic...

uno
rolfbjarne
rolfbjarne commented Apr 20, 2020

Today we support the following platforms and architectures:

  • iOS: ARMv7, ARMv7s and ARM64
  • tvOS: ARM64
  • watchOS: ARMv7k and ARM64_32
  • macOS: x86_64

There has been some discussion about removing support (in .NET 5) for:

  • iOS: ARMv7s
    • The ARMv7s architecture is not very much used, and provides very little benefit over ARMv7.
    • ARMv7 can be used anywhere ARMv7s is used. Gi
SkiaSharp
mobile
yonkahlon
yonkahlon commented Nov 20, 2019

🏗 Enhancement Proposal

Provide more information on where to put the Initilize() method for iOS and Android.

For iOS in AppDelegate:

public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
    Xamarin.Forms.Forms.Init();
    var config = new FFImageLoading.Config.Configuration()
    {
        VerboseLogging = false,
        VerbosePerformanceLogging = fa

Created by Miguel de Icaza, Nat Friedman

Released May 16 2011

Organization
xamarin
Website
www.xamarin.com
Wikipedia
Wikipedia

Related Topics

mono
You can’t perform that action at this time.