Im working in a app that the main layout is made of two RadioGroups in different colums, and one button. The user of the app have to choose one option of each RadioGroup, and when he/she clicks the button, i need to open respective layout with the image inside.
For example, we have RadioGroup1 made of A, B, C, D. And we have RadioGroup2 made of 1, 2, 3, 4. When i click the Button i need to open the image that he/she selected (A1, A2, B1, B2, C4, D4, etc..)
Can you guide me a little bit to know where to start looking? some link or some
Thanks for your time !