Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6853271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:29:32+00:00 2026-05-27T01:29:32+00:00

I have a radio group in android containing 3 options. Plus i also have

  • 0

I have a radio group in android containing 3 options. Plus i also have a button named checked. I want to select option 1 when i click the button “checked”. Here’s what i am doing:

RadioGroup options;
    RadioButton rb;
    TextView txt;
    CharSequence userMsg;
    Button checked;
    int id;
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);

        options=(RadioGroup)findViewById(R.id.options);
        txt=(TextView)findViewById(R.id.txt);

options.setOnCheckedChangeListener(new android.widget.RadioGroup.OnCheckedChangeListener() {


            @Override
            public void onCheckedChanged(RadioGroup group, int checkedId) {
                // TODO Auto-generated method stub
                rb=(RadioButton)findViewById(checkedId);
                userMsg=rb.getText();
                txt.setText(userMsg);
            }
        });
checked.setOnClickListener(new View.OnClickListener() {

    @Override
    public void onClick(View arg0) {

        options.check(1);


    }
});


    }
}

It gives me null pointer exception error.Please help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:29:33+00:00Added an answer on May 27, 2026 at 1:29 am

    Write this in your Button onClick function

    tRadioButton.setChecked(true);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a radio button group in Android. I receive events when the items
I have a radio group , which contains n number of options. Each radio
I have 2 radio button with 2 group. The structure is like this Main
I have a group of three radio buttons. Depending on which radio button is
I have a radio group with two radiobuttons. each button has a custom selector.
I have created a radio group which contains two buttons, I can select one
If you have a larger amount of radio button in a RadioGroup and want
I have a radio group with 2 options which is Male and Female. I
I have the following snipped of my page: <div class=radio-group> <input type=radio name=group1 checked=checked
So I have a Radio button group, like so: <div data-role=fieldcontain> <fieldset data-role=controlgroup> <legend>Choose

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.