Skip to content

Instantly share code, notes, and snippets.

View matthieugd's full-sized avatar

Matthieu Guyonnet-Duluc matthieugd

  • Montreal, Quebec, Canada
View GitHub Profile
Snippet Name: Android Behavior - WPF Style
Platform(s): Xamarin.Android
Function: Reproduce the beloved WPF behaviors in Android
Snippet:
public abstract class Behavior<T> : View where T:View
{
int _viewId;
protected Behavior(Context context, IAttributeSet attrs)