-
Updated
Aug 18, 2020 - C#
#
xamarin-forms
Here are 2,318 public repositories matching this topic...
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.
android
ios
framework
reactivex
xamarin
csharp
dotnet
uwp
wpf
winforms
mvvm
reactive-programming
reactiveui
reactive-extensions
functional-reactive-programming
xamarin-forms
tizen
first-timers
fody
sponsorship
thomasgalliker
commented
Mar 22, 2020
Summary
Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a
Open
Add Missing XML Docs
6
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
-
Updated
Jul 27, 2020 - C#
Image loading, caching & transforming library for Xamarin and Windows
image
resize
xamarin
uwp
cache
transformations
windows-uwp
xamarin-forms
xamarin-ios
xamarin-android
xamarin-mac
-
Updated
Aug 12, 2020 - C#
Cross-platform Native API Access from Shared Code!
-
Updated
Jun 23, 2020
Realm is a mobile database: a replacement for SQLite & ORMs
-
Updated
Aug 12, 2020 - C#
Xamarin Forms popup plugin
-
Updated
Aug 7, 2020 - C#
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
windows
xamarin
cross-platform
uwp
wpf
mvvm
windows-10
windows-uwp
xamarin-forms
windows-desktop
xamarin-ios
xamarin-android
model-view-viewmodel
mvvmlight
mvvm-light-toolkit
-
Updated
Jul 2, 2020 - C#
A curated list of awesome Xamarin.Forms libraries and resources
-
Updated
Aug 13, 2020 - C#
A home for your business logic in any .NET application.
c-sharp
xamarin
aspnetcore
aspnet
uwp
wpf
mono
winforms
webassembly
xamarin-forms
asp-net-core
netstandard
asp-net
windows-forms
webforms
asp-net-mvc
csla
windowsforms
web-forms
blazor
-
Updated
Aug 17, 2020 - C#
Free and beautiful XAML template pages for Xamarin.Forms apps.
android
xamarin
cross-platform
admin-dashboard
xamarin-forms
user-interface
admin-template
syncfusion
xaml-templates
layouts-optimized
reusable-screens
essential-ui-kit
-
Updated
May 15, 2020 - C#
An extended ContentView for Xamarin.Forms with rounded corners, borders, shadows and more!
-
Updated
Aug 10, 2020 - C#
Cross platform Xamarin plugin to play and control Audio and Video
audio
player
xamarin
video
nuget
media
exoplayer
xamarin-forms
netstandard
mediaplayer
mediamanager
baseflow
-
Updated
Aug 14, 2020 - C#
Xamarin docs archive
-
Updated
Mar 30, 2020 - Java
CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms 🇧🇾
carousel
xamarin-forms
coverflow
tinder-swiper
carouselview
cardviews
cardsview
cubeview
coverflowview
-
Updated
Jul 15, 2020 - C#
The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
-
Updated
Aug 18, 2020 - C#
Map library for Xamarin.Forms using Google maps API
-
Updated
Jul 26, 2020 - C#
A Xamarin Forms library for implementing Material Design
-
Updated
Aug 11, 2020 - C#
Xamarin.Forms XAML hot reload, live reload, live xaml 🇧🇾
-
Updated
Jun 21, 2020 - C#
A curated list of awesome Xamarin iOS/Android and Xamarin Forms bindings, ports, frameworks and much more!
-
Updated
Aug 30, 2018
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
react
docker
kubernetes
golang
angular
microservices
typescript
xamarin
spring-boot
mvvm
gitlab-ci
design-patterns
sonarqube
netcore
reactiveui
xamarin-forms
microservices-architecture
identityserver4
solid-principles
polyglot-microservices
-
Updated
Aug 14, 2020 - C#
Bluetooth LE plugin for Xamarin
-
Updated
Jul 14, 2020 - C#
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
visual-studio
xamarin
uwp
dependency-injection
mvvm
xamarin-forms
asp-net-core
asp-net-core-mvc
csharp7
-
Updated
Aug 18, 2020 - C#
Improve this page
Add a description, image, and links to the xamarin-forms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xamarin-forms topic, visit your repo's landing page and select "manage topics."
Description
This may be considered a feature request rather than a bug, so change as necessary.
A YouTube video that has restrictions set won't play in a Xamarin.Forms WebView, with YouTube message saying "Video is unavailable." This occurs when the video is embedded in local HTML string, and no base url or an improper base url is provided to the HtmlWebViewSource. e.g.: