I tried to find the answer for this and found something like nested spinner. I understood the concept of nested spinner where we take the values from one spinner and use it inside the child spinner to inflate the values to be shown.
But how can I have something like a Spinner inside that Spinner dropdown itself. Instead of a Textview to be shown I want to show a Spinner and this Spinner will have different values.
As you can see from this image there is a Spinner called as "Choose Profile" and it has 3 values. And all these values are not just simple textviews but another spinners. I would like to understand what is the approach to make something like this.