I need to implement a RegExpInputFilter as an IInputFilter in Mono for Android but I do not understand how to do it. Is there some guidance on how to implement Java interfaces somewhere that explains this in detail? Or even better, has anyone written their own IInputFilter in Mono for Android that can share the code or just some tips?
I need to implement a RegExpInputFilter as an IInputFilter in Mono for Android but
Share
IInputFilter is already part of the Mono for Android framework
It is part of the Android.Text namespace
http://androidapi.xamarin.com/?link=T:Android.Text.IInputFilter