Xamarin

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,955 public repositories matching this topic...
Steps to Reproduce
I followed the steps: https://www.mono-project.com/docs/advanced/pinvoke/dllnotfoundexception/
- create file mydoc.conf under /etc/ld.so.conf.d/
- write /usr/local/lib in the file mydoc.conf, where /usr/local/lib contains my.so
- in command line:
$sudo ldconfig
Current Behavior
When I use
$ ldconfig -p |grep my.so
still nothing found
On which platfo
Sorry for writing that here but in the Xamarin.Forms Wiki page -> Feature Roadmap the web link to the contributing guide is broken. It returns 404.
See:
Have a proposal?
Check out our guide on submitting proposals.
I would be interested to read this guide.
F
I am wondering if there is any support to handle temporary connection / server errors?
E.g. a retry + circuit breaker mechanism?
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
Please amend the readme file to prominently state that Visual Studio 2015 C++ runtime is a pre-requisite for libtensorflow.dll
-
Updated
Jul 1, 2020 - C#
What would you like to be added:
Implement the TextBlock.MaxLines
. It's not implemented yet:
https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st
I had a look through the docs and they still reference Windows Phone and Silverlight. The Basic Configuration page shows examples of Silverlight running in IE11.
Is there any plan to update the docs? I'm not sure how suitable it is for a new WPF application based on the docs alone.
The methods in ProtectedData.cs are very misleading.
Instead of returning the original data they should throw an exception explaining that they are shims and not intended to be used as-is without overriding.
Lots of new error codes were added during the localization work. The website docs need to be updated with these new error codes.
As the title says, Enumeration has two properties for the same information.
public Type Type { get; set; }
public BuiltinType BuiltinType { get; set; }
We should remove BuiltinType
and have it just as a desugared property of Type
.
I'm trying to get a deep understanding of Skia's powerful image filter pipeline, but I'm having some trouble.
I read the nice SkiaSharp image filter introduction, but I miss many details.
For example, what is coordinate system used in filters? The [Skia source code](https://githu
Other iOS apps change their theme on the fly when the user changes the system wide theme but Bitwarden requires a full restart.
When the default theme is selected, the color palette should change from light to dark on the fly without requiring any other action from the user.
This page from Apple’s develo
-
Updated
Jun 10, 2020
🏗 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
Description
During utilization of the Geolocation API of Xamarin.Essentials it was discovered that the prompt for permission access does not display for Windows 10 (UWP) devices. Here is the location of the original issue mentioned within the Microsoft Docs of Xamarin Essentials Geolocation.
Here is the sample code that was provi
Documentation
This is an awesome project but as I'm integrating it into my app, the lack of documentation is becoming noticeable.
Documenting the few public classes NLua offers would definitely help.
-
Updated
Jun 23, 2020
-
Updated
Jun 8, 2017 - C#
-
Updated
Jun 15, 2020 - C#
Update website pages
Created by Miguel de Icaza, Nat Friedman
Released May 16 2011
- Organization
- xamarin
- Website
- www.xamarin.com
- Wikipedia
- Wikipedia
Currently when adding an item to your cart, it only updates the cart counter graphic for that browser instance, not all connected clients. Using SignalR it should be relatively straightforward to update the cart counter on all connected clients.