$ 0 0 Dear Xamarin, is it possible to use a spinner in forms if you do it like #if __ANDROID__ Android.Widget.Spinner dropdown = new Android.Widget.Spinner(this); #endif but the context is not being recornized. how can i achieve this ??