All Projects → jamesmontemagno → Connectivityplugin

jamesmontemagno / Connectivityplugin

Licence: mit
Connectivity Plugin for Xamarin and Windows

Projects that are alternatives of or similar to Connectivityplugin

Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (-50.59%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (-90.51%)
Mutual labels:  xamarin, xamarin-forms, pcl, xamarin-ios, xamarin-android
LaunchMapsPlugin
Launch External Maps Plugin for Xamarin and Windows
Stars: ✭ 49 (-80.63%)
Mutual labels:  xamarin, uwp, xamarin-forms, xamarin-ios, xamarin-android
Ffimageloading
Image loading, caching & transforming library for Xamarin and Windows
Stars: ✭ 1,288 (+409.09%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Microsoft.maui.graphics
Stars: ✭ 160 (-36.76%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Mvvmlight
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.
Stars: ✭ 973 (+284.58%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Plugin.audiorecorder
Audio Recorder plugin for Xamarin and Windows
Stars: ✭ 140 (-44.66%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
arcgis-runtime-demos-dotnet
Demo applications provided by the ArcGIS Runtime SDK for .NET Team
Stars: ✭ 51 (-79.84%)
Mutual labels:  xamarin, uwp, xamarin-forms, xamarin-ios, xamarin-android
Faceoff
An iOS, Android and UWP app created in Xamarin.Forms that uses Microsoft's Cognitive Emotion API Services to compare facial expressions
Stars: ✭ 79 (-68.77%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, 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 (+8.3%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Simpleauth
The Simplest way to Authenticate and make Rest API calls in .Net
Stars: ✭ 148 (-41.5%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+25.69%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (-13.83%)
Mutual labels:  xamarin, uwp, xamarin-android, xamarin-ios, xamarin-forms
Xaml Code Experiences
A collection of the experiences I have collected during days of Xamarin and Wpf, while following the MVVM design pattern.
Stars: ✭ 114 (-54.94%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms
Xamarin Playground
Random cool stuff I play around using Xamarin.. :3 Some of these cool projects I feature them on my blog, with step by step explanation. :) Don't forget to check it out. Go to: theconfuzedsourcecode.wordpress.com
Stars: ✭ 183 (-27.67%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms
Mathparser.org Mxparser
Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.
Stars: ✭ 624 (+146.64%)
Mutual labels:  pcl, xamarin, xamarin-android, xamarin-ios
Xamarin Docs
Xamarin Documentation - public content repo
Stars: ✭ 136 (-46.25%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms
Facialrecognitionlogin
An iOS and Android app that uses facial recognition to enhance the security of a login page. Built using Xamarin.Forms and Microsoft Cognitive Services.
Stars: ✭ 46 (-81.82%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms
Docs Archive
Xamarin docs archive
Stars: ✭ 553 (+118.58%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms
Azure For Developers Workshop
The Azure cloud is huge and the vast service catalog may appear daunting at first, but it doesn’t have to be!
Stars: ✭ 38 (-84.98%)
Mutual labels:  xamarin, xamarin-android, xamarin-ios, xamarin-forms

Connectivity Plugin for Xamarin and Windows

Simple cross platform plugin to check connection status of mobile device, gather connection type, bandwidths, and more.

Documentation

Get started by reading through the Connectivity Plugin documentation.

NuGet

Build:

The Future: Xamarin.Essentials

I have been working on Plugins for Xamarin for a long time now. Through the years I have always wanted to create a single, optimized, and official package from the Xamarin team at Microsoft that could easily be consumed by any application. The time is now with Xamarin.Essentials, which offers over 50 cross-platform native APIs in a single optimized package. I worked on this new library with an amazing team of developers and I highly highly highly recommend you check it out.

I will continue to work and maintain my Plugins, but I do recommend you checkout Xamarin.Essentials to see if it is a great fit your app as it has been for all of mine!

Platform Support

Platform Version
Xamarin.iOS iOS 6+
tvOS - Apple TV All
Xamarin.Android API 10+
Windows 10 UWP 10+
Xamarin.Mac All
.NET 4.5/WPF All
.NET Core 2.0+
Tizen 4.0+

Created By: @JamesMontemagno

Contribution

Thank you for your interest in contributing to the Connectivity plugin! In this section we'll outline what you need to know about contributing and how to get started.

Bug Fixes

Please browse open issues, if you're looking to fix something, it's possible that someone already reported it. Additionally you select any up-for-grabs items

Pull requests

Please fill out the pull request template when you send one. Run tests to make sure your changes don't break any unit tests. Follow these instructions to run tests -

iOS

  • Navigate to tests/Connectivity.Tests.iOS
  • Execute make run-simulator-tests

Android

Execute ./build.sh --target RunDroidTests from the project root

License

The MIT License (MIT) see License file

Want To Support This Project?

All I have ever asked is to be active by submitting bugs, features, and sending those pull requests down! Want to go further? Make sure to subscribe to my weekly development podcast Merge Conflict, where I talk all about awesome Xamarin goodies and you can optionally support the show by becoming a supporter on Patreon.

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].