If I create a segmented control with 3 radiobuttons?. How can I check what box is selected? if android:id="@+id/button1" is selected = do this if android:id="@+id/button2" is selected = do that Tips?
If I create a segmented control with 3 radiobuttons?. How can I check what box is selected?
if android:id="@+id/button1" is selected = do this
if android:id="@+id/button2" is selected = do that
Tips?