Posts by Rui Quaresma • 45 points
2 posts
-
3
votes2
answers188
viewsQ: How can I have a Radio Group with 10 radio Buttons divided into 2 columns and 5 rows?
How is it possible to do this? I tried with table row, but that takes away the properties of the radio group. I wanted it to stay that way:…
-
1
votes1
answer135
viewsQ: How to pass data from an activity to a dialogFragment?
In my activity I have it: mBtnSignUp.Click += (object sender, EventArgs e) => { //Pull up dialog FragmentTransaction transaction = FragmentManager.BeginTransaction(); dialog_SignUp signUpDialog =…