After looking at http://developer.android.com/guide/topics/ui/controls/spinner.html, I want to know if it is possible to have Spinner show a different fragment for each item that is selected?
So for example, if my Spinner has 2 options to choose from: 'Item 1' & 'Item 2' where 'Item 1' shows 'Fragment A' and 'Item 2' shows 'Fragment B', how would I do this?