Android Radio Button | Snippet | Source Code

 Android For Freshers

Android Radio Button Example

Android Radio Button Example

Java Code(RadioAct)

import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.RadioButton;
import android.widget.Toast;

public class RadioAct extends Activity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_progress);
}
public void display(View v)
{
RadioButton rb = (RadioButton)v;

String text = rb.getText().toString();

Toast.makeText(this, text, Toast.LENGTH_SHORT).show();
}
public void view1(View v)
{
Intent i=new Intent(this,RadioNext.class);
startActivity(i);
}

}

Layout XML Code(activity_progress)

<?xml version=”1.0″ encoding=”utf-8″?>
<LinearLayout xmlns:android=”http://schemas.android.com/apk/res/android”
xmlns:tools=”http://schemas.android.com/tools”
android:layout_width=”match_parent”
android:layout_height=”match_parent”
android:orientation=”vertical”
android:paddingBottom=”@dimen/activity_vertical_margin”
android:paddingLeft=”@dimen/activity_horizontal_margin”
android:paddingRight=”@dimen/activity_horizontal_margin”
android:paddingTop=”@dimen/activity_vertical_margin”
tools:context=”.RadioAct”>

<TextView
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:textSize=”@dimen/textsize”
android:layout_gravity=”center”
android:textStyle=”bold”
android:text=”RADIO BUTTON”
android:layout_marginBottom=”120dp” />

<RadioGroup
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:orientation=”vertical”
android:id=”@+id/rg1″
android:layout_gravity=”center”
android:layout_marginBottom=”100dp”>

<RadioButton
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:id=”@+id/rb1″
android:onClick=”display”
android:text=”Yes”/>

<RadioButton
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:id=”@+id/rb2″
android:onClick=”display”
android:text=”No”/>

<RadioButton
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:id=”@+id/rb3″
android:onClick=”display”
android:text=”Maybe”/>
</RadioGroup>

<Button
android:layout_width=”match_parent”
android:layout_height=”wrap_content”
android:text=”@string/sourcecode”
android:background=”@color/bgcolor”
android:textStyle=”bold”
android:textColor=”@color/text”
android:onClick=”view1″/>

</LinearLayout>


Output

Android Radio button snippet java code download  Android Radio button snippet java code download

Android Radio button snippet java code download

Download Radio Button Source Code

For More Android Programs –Click Here

 

Follow Us – Never Miss Update

Fb/PageTwitterGoogle+InstagramPinterest 

 

Related Search

Android Radio button snippet java code download, android ration button example snippet download, android ration button onclick example download, radio button onclick example download, android ration button onclick example source download, radio button selection code android, radio button snippet download, radio button example android program

Comments

vivo V30e launched in India starting at ₹27999: Full Specs & features HMD Launches Nokia 215, 225, & 235 4G Phone: Full Specs and Pricing Apple 2024 iPad Pro: Premier OLED Panels & M4 Chip, Debuting May 7 6 Best PC Games like Fall Guys in 2024 6 Best Gaming Phones to Play Free Fire MAX in India (2024)