I want to create 4 buttons in the MaintActivity, which when pressing must do operations with RadioButton, checkbok control, spinner control and listview control.
Question:
Should I create 4 interfaces (activities) to carry out this type of operations?
Is there another way to do it? How can I do it?