This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |