Skip to content

Efthymios/CustomXamarinDemos

 
 

Repository files navigation

CustomXamarinDemos

Readme Quick-Links

SignalR and ConversationalUI

A demo that showcases the use of SignalR with the UI for Xamarin RadChat control. The source code includes the SignalR Hub project (ASP.NET Core 2.2 application)!

SignalR Demo

IconGenerator

A helper app that lets you quickly generate different icon sizes from a single source image. It is very extensible because you only need to add any custom icon sizes by adding an IconDefinition to the IconDefinitions collection.

// For example, if you needed a 30x30 pixel icon for the taskbar
IconDefinitions.Add(new IconDefinition
{
    PlatformName = "Desktop",
    Category = "Taskbar",
    Height = 30,
    Width = 30
});

Here's the results when a list of iPhone and iPad assets are loaded as IconDefinitions.

Generator Results

RealTimeFiltering

A demo that shows how to use a RadEntry and a RadListView to perform real-time filtering using DelegateFilterDescriptor.

image

CascadingAutoCompleteViews

A demo that shows how to connect multiple AutoCompleteView controls so that one selection sets the items of the next AutoCompleteView and automatically set the focus on the next one.

The example uses Country > State > City:

image

CustomSeriesLabels

A demo that shows you how to access and customize the series labels via a native series reference in a Xamarin Platform Effect.

Android Example

Android Chart

UWP and iOS use the same white text on red background custom style.

RenderImage

This solution contains a Dependency Service that allows you to cature any part of the UI and render it as a PNG image. See the demo's readme for more info

UI Image Renderer

RangeSelectionTest

A demo that shows you how to use Xamarin Effects to access the native features of the UI for Xamarin RadCalendar and enable Range Selection on the native calendar control.

UWP

UWP Calendar

iOS

iOS Calendar

Android

Android Calendar

SegmentCustomControl

This example shows how to build a custom control that dynamically generates RadButtons to create a SegmentedControl. It combines the features of the UI for Xamarin RadButton and RadBorder into a single control.

SegmentCustomControl

TelerikThemeEditor

An application that lets you set colors of Telerik brushes and create custom theme resources

Workouts

An application with RadDataGrid and AutoCompleteView that filters the DataGrid in real time.

AndroidCallDetector

A Xamarin.Forms Android application that uses Android P (SDK 28) telephony features via Platform Effect and DependencyService to detect incoming phone calls.

DrawerDismissEffect

This project shows how to use a Xamarin Platform Effect to disable the RadSideDrawer's ability to dismiss the drawer when tapping outside of the drawer area.

About

A set of specialized custom example applications for edge cases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.6%
  • HTML 3.0%
  • Other 0.4%