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 3,566 public repositories matching this topic...

marek-safar
marek-safar commented Jul 30, 2019

We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.

This list is not comprehensive but parts like

  • Culture Data
  • Any PAL related code
  • Unused icalls
ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.

  • Updated Dec 4, 2021
  • C#
uno
takla21
takla21 commented Jun 10, 2021

Current behavior

When I removed the status bar by adding those 4 lines in the style.xml

<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>

Applying `VisibleBoundsPadding

santiagoclv
santiagoclv commented Nov 4, 2021

Problem Description

An automatic scroll down event to the bottom of the page is being fired when a card element is dragged from the card elements toolbox to the card. You can notice it in the official page https://adaptivecards.io/designer/ but it is more noticeable when the page where the Adaptive Card Designer is being embedded has a footer or something below the ACD.

There is some cas

Created by Miguel de Icaza, Nat Friedman

Released May 16 2011

Organization
xamarin
Website
www.xamarin.com
Wikipedia
Wikipedia

Related Topics

mono