All Projects → DreamTeamMobile → Xamarin.Agora.Samples

DreamTeamMobile / Xamarin.Agora.Samples

Licence: MIT License
Agora.io samples for Xamarin.iOS, Xamarin.Android, Xamarin.MacOS and Xamarin.Forms

Programming Languages

C#
18002 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Xamarin.Agora.Samples

InvestmentDataSampleApp
This app utilizes a SQLite databse, MVVM, along with these Xamarin.Forms controls: Search Bar, Picker, Grid, StackLayout, Navigation Page, ListView, ViewCell. It also shows how to tweak the UI to best appear on larger tablet screens.
Stars: ✭ 56 (+36.59%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
Xamarin.MediaGallery
This plugin is designed to picking and save images and video files from native gallery of Android and iOS devices and capture photos
Stars: ✭ 106 (+158.54%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
XamSvg-Samples
Samples for Xamarin Svg enterprise cross platform and full featured Svg image control
Stars: ✭ 25 (-39.02%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
XamarinIoTWorkshop
A workshop that demonstrates how to collect IoT data from a mobile device using a Xamarin app, aggregating the data to the cloud using Azure IoT Hub
Stars: ✭ 13 (-68.29%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
DarkModeSplashScreen
A sample app for iOS and Android written in Xamarin.Forms showing how to implement a Splash Page for Dark Mode
Stars: ✭ 28 (-31.71%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
VersionTrackingPlugin
Version Tracking Plugin for Xamarin and Windows
Stars: ✭ 62 (+51.22%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
XamCall
XamDesign Xamarin Forms Call screen Ui Design
Stars: ✭ 25 (-39.02%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
XamarinHOL
Xamarin ハンズオン用のレポジトリ&ドキュメントです。
Stars: ✭ 52 (+26.83%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
arcgis-runtime-demos-dotnet
Demo applications provided by the ArcGIS Runtime SDK for .NET Team
Stars: ✭ 51 (+24.39%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
XamarinAzureChallenge
Create an iOS/Android app using Xamarin.Forms and connect it to a serverless Azure Function
Stars: ✭ 59 (+43.9%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
XamUI
Xamarin UI Challenges 🏆
Stars: ✭ 57 (+39.02%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
SimpleXamarinGraphQL
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
Stars: ✭ 18 (-56.1%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
Xamarin.Plugin.ImageEdit
Image Edit Plugin for Xamarin
Stars: ✭ 52 (+26.83%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (-41.46%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
UITestSampleApp
A sample app to demonstrate how to create Xamarin UITests using the Page Object architecture, Backdoor Methods and App Links (aka Deep Linking)
Stars: ✭ 38 (-7.32%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
Plugin.NFC
A Cross-Platform NFC (Near Field Communication) plugin to easily read and write NFC tags in your application.
Stars: ✭ 113 (+175.61%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
Prototype.Forms.Controls
This sample app contains a random mixture of Xamarin/Xamarin.Forms controls, views, and functionality snippets that I've created.
Stars: ✭ 21 (-48.78%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
SKOR.UI
UI Controls for Xamarin.Forms
Stars: ✭ 56 (+36.59%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
WheelPicker-Samples
WheelPicker samples for the WheelPicker Xamarin Component
Stars: ✭ 18 (-56.1%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android
InteractiveAlert-Xamarin
Interactive alerts to Xamarin
Stars: ✭ 17 (-58.54%)
Mutual labels:  xamarin-forms, xamarin-ios, xamarin-android

Agora.io Full SDK Cross-Platfrom samples

This repository contains samples of using Xamarin Agora.io FULL SDK Nuget packages

Xamarin.Agora.Full.Android NuGet Badge

Xamarin.Agora.Full.iOS NuGet Badge

Xamarin.Agora.Full.Mac NuGet Badge

Xamarin.Agora.Full.Forms NuGet Badge

also contains a basic sample for Agora WebRTC

Running samples

  1. Run app on any 2 devices

  2. Enter same room name on both devices

  3. Click Join button

Quick Start

  1. Prepare Agora App ID, you can follow Obtaining an App ID instructions to get your App ID.

  2. Replace the following empty string with the corresponding App ID:

        public static string AgoraAPI
        public const string AgoraKey = "<AgoraKey>";
        vendorKey = ...
  1. Prepare node.js AgoraTokenServer server for generatin agora tokens. You need to enable Primary cetificate in your agora progect and replace the following empty strings with your cettificated string and App ID: AgoraTokenServer/TokenServer.js
        var appID = "<YOUR APP ID>";
        var appCertificate = "<YOUR APP CERTIFICATE>";
  1. Run AgoraTokenServer and replace the following epmty string with server URL: DT.Samples.Agora.Shared/AgoraTestConstants.cs
        public static string TokernServerBaseUrl

What's Inside

In this repository you can find OneToOne Communication apps for Android, iOS, Mac, Forms and Web

Screenshots

Xamarin.Forms iOS

Xamarin.Forms Android

Xamarin.Forms MacOS

RTM example for Android, iOS and Mac

  • Xamarin Android, iOS and MacOS apps in one solution RTM
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].