Alright, I\'m at my wits end with this one. I am using an open-source piece of code for segmented radio buttons (https://github.com/makeramen/android-segmentedradiobutton) and it\'s working great, exc
WPF seems to be lacking a RadioMenuItem class or similar functionality. In Windows.Forms, menu items had a RadioChecked property, but WPF menu items only have IsChecked. I can put actual RadioButtons
I edited the code the way @CommonsWare told me i get force close when I try to click r1 and the problem is it seems button[i].isChecked() doesn;t work--> fixed
I was told that I have to use a 开发者_开发问答hash-map to store radio buttons. (The buttons as the key and their state as value) but I am new to Java and Android so It\'s kinda confusing.
I have a surveying appl开发者_开发百科ication were each question in an iterated list needs to have at least one of its optional answered selected.
I don\'t know if this was asked or not (I searched a little but no result) but I\'m kinda time pressed and I need help
A radiobuttongroup was created and several radiomenuelems were created in that group. Clicking them results in the expected effect, but how do you set a radiobutton using code?
I have this code to check/uncheck a radio button onclick. I know it is not good for the UI, but I need this.
I am currently developing an Android 1.5 app. I\'m asking all the results of a query from my sqlite db and for every result I want to add a RadioButton to my RadioGroup.
i am using a listview in a class which extends ListActivity but my row have a radio button and 3 textviews.