Info
Version: | 1.0.9 |
Author(s): | Perpetual Mobile GmbH |
Last Update: | Monday, September 9, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/perpetual-mobile/XFormsTouch |
NuGet Url: | https://www.nuget.org/packages/XFormsTouch |
Install
Install-Package XFormsTouch
dotnet add package XFormsTouch
paket add XFormsTouch
XFormsTouch Download (Unzip the "nupkg" after downloading)
Dependencies
monoandroid81
- Xamarin.Android.Arch.Core.Common(>= 1.0.0.1)
- Xamarin.Android.Arch.Lifecycle.Common(>= 1.0.3.1)
- Xamarin.Android.Arch.Lifecycle.Runtime(>= 1.0.3.1)
- Xamarin.Android.Support.Animated.Vector.Drawable(>= 27.0.2.1)
- Xamarin.Android.Support.Annotations(>= 27.0.2.1)
- Xamarin.Android.Support.Compat(>= 27.0.2.1)
- Xamarin.Android.Support.Core.UI(>= 27.0.2.1)
- Xamarin.Android.Support.Core.Utils(>= 27.0.2.1)
- Xamarin.Android.Support.Design(>= 27.0.2.1)
- Xamarin.Android.Support.Fragment(>= 27.0.2.1)
- Xamarin.Android.Support.Media.Compat(>= 27.0.2.1)
- Xamarin.Android.Support.Transition(>= 27.0.2.1)
- Xamarin.Android.Support.v4(>= 27.0.2.1)
- Xamarin.Android.Support.v7.AppCompat(>= 27.0.2.1)
- Xamarin.Android.Support.v7.CardView(>= 27.0.2.1)
- Xamarin.Android.Support.v7.MediaRouter(>= 27.0.2.1)
- Xamarin.Android.Support.v7.Palette(>= 27.0.2.1)
- Xamarin.Android.Support.v7.RecyclerView(>= 27.0.2.1)
- Xamarin.Android.Support.Vector.Drawable(>= 27.0.2.1)
- Xamarin.Forms(>= 3.4.0.1008975)
- Xamarin.Forms(>= 3.4.0.1008975)
- Xamarin.Forms(>= 3.4.0.1008975)
Tags
The code is copied from https://github.com/xamarin/xamarin-forms-samples/tree/master/Effects/TouchTrackingEffect and adapted to be used as a separate library.
Xamarin explains how it works at https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/effects/touch-tracking.
This is just a handy NuGet package around the Xamarin Sample Code to use the TouchEffect in other projects.