Adding Android Spinner widget to Monogame

In my game, the Settings page requires a user to select a country from a drop down list. Is it possible to mix Android widget such as the Spinner with Monogame? If it is, how do I go about achieving this?

I want to add the Spinner via code and prefer not to create a new activity for it.