All Projects → rotorgames → Rg.plugins.popup

rotorgames / Rg.plugins.popup

Licence: mit
Xamarin Forms popup plugin

Projects that are alternatives of or similar to Rg.plugins.popup

Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (-10.27%)
Mutual labels:  xamarin, uwp, xamarin-forms
arcgis-runtime-demos-dotnet
Demo applications provided by the ArcGIS Runtime SDK for .NET Team
Stars: ✭ 51 (-94.71%)
Mutual labels:  xamarin, uwp, xamarin-forms
XamFormsMvxTemplate
A Visual Studio 2017 template for projects based on Xamarin.Forms 3.3 and MvvmCross 6.2
Stars: ✭ 27 (-97.2%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xalami
A delicious way to kickstart your Xamarin Forms project
Stars: ✭ 18 (-98.13%)
Mutual labels:  xamarin, uwp, xamarin-forms
Ammyui
Ammy language repository
Stars: ✭ 356 (-63.07%)
Mutual labels:  xamarin, uwp, xamarin-forms
ColorPicker
Color pickers for Xamarin Forms.
Stars: ✭ 38 (-96.06%)
Mutual labels:  xamarin, uwp, xamarin-forms
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.
Stars: ✭ 6,709 (+595.95%)
Mutual labels:  xamarin, uwp, xamarin-forms
Caliburn.micro
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.
Stars: ✭ 2,404 (+149.38%)
Mutual labels:  xamarin, uwp, xamarin-forms
Mvvmcross
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
Stars: ✭ 3,594 (+272.82%)
Mutual labels:  xamarin, uwp, xamarin-forms
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (-67.01%)
Mutual labels:  xamarin, uwp, xamarin-forms
LaunchMapsPlugin
Launch External Maps Plugin for Xamarin and Windows
Stars: ✭ 49 (-94.92%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xamarin.forms.googlemaps
Map library for Xamarin.Forms using Google maps API
Stars: ✭ 483 (-49.9%)
Mutual labels:  xamarin, uwp, xamarin-forms
Connectivityplugin
Connectivity Plugin for Xamarin and Windows
Stars: ✭ 253 (-73.76%)
Mutual labels:  xamarin, uwp, xamarin-forms
EBind
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
Stars: ✭ 141 (-85.37%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (-77.39%)
Mutual labels:  xamarin, uwp, xamarin-forms
DevOpsExamples
A repo to show you how to use a private NuGet feed, such as Telerik, to restore packages in Azure DevOps, GitHub Actions, GitLab CI and AppCenter.
Stars: ✭ 16 (-98.34%)
Mutual labels:  xamarin, uwp, xamarin-forms
Xamarines
🕹️📱Cross-Platform Nintendo Emulator using Xamarin and .Net Standard!
Stars: ✭ 153 (-84.13%)
Mutual labels:  xamarin, uwp, xamarin-forms
Microsoft.maui.graphics
Stars: ✭ 160 (-83.4%)
Mutual labels:  xamarin, uwp, xamarin-forms
Arcgis Runtime Samples Dotnet
Sample code for ArcGIS Runtime SDK for .NET – UWP, WPF, Xamarin.Android, Xamarin.iOS, and Xamarin.Forms
Stars: ✭ 274 (-71.58%)
Mutual labels:  xamarin, uwp, xamarin-forms
Professionalcsharp7
Code samples for the book Professional C# 7 and .NET Core 2.0 (with updates for 2.1), Wrox Press
Stars: ✭ 403 (-58.2%)
Mutual labels:  xamarin, uwp, xamarin-forms

Popup Page Plugin for Xamarin Forms Build status

Rg.Plugins.Popup - is a cross platform plugin for Xamarin.Forms which allows you to open Xamarin.Forms pages as a popup that can be shared across iOS, Android, UWP, and macOS. Also the plugin allows you to use very simple and flexible animations for showing popup pages. For more information see Wiki

Warning: Beginning with v1.1.x you must initialize this plugin and add some code in MainActivity that a hardware android back button works. See Getting Started

Setup

Landing

Support platforms

  • [x] Android
  • [x] iOS
  • [x] UWP (Min Target: 10.0.17763)
  • [x] Tizen
  • [x] WPF
  • [x] MacOS

Documentation

You can find all descriptions of Getting Started, How to use, Troubleshooting and etc in the Wiki

Created By: Kirill Lyubimov

License

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].