SlideShare a Scribd company logo
1.Asset>>Font>>my custom font.ttf
TextView tv;
Typeface tv = Typeface.createFromAsset(getAssets(),"font/my custom font.ttf");
2. Creating a dialogue box --
public void DeleteSite(View v) {
AlertDialog.Builder builder = new
AlertDialog.Builder(MainActivity.this);
builder.setTitle("Deleting File..");
builder.setMessage("Are your sure?");
builder.setIcon(R.drawable.mylogo);
builder.setCancelable(false);
builder.setPositiveButton("Ok", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int pos) {
Toast.makeText(getApplicationContext(), "This bullshit file is
deleted!",
Toast.LENGTH_LONG).show();
}
});
builder.setNegativeButton("Cancel", new
DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int pos) {
Toast.makeText(getApplicationContext(), "Dialogue Cancelled!",
Toast.LENGTH_LONG).show();
}
});
AlertDialog simpleDialog = builder.create();
simpleDialog.show();
}
}
3. Use 0dp height/weight while using layout weight.
4. RadioButton:
put the buttons in a radiogroup.
Java:
initialize: RadioButton radiobutton = (RadioButton)
findViewById(R.id.radiobutton);
Checked or Not : radiobutton.ischecked(); -- returns Bool;
5.

More Related Content

Viewers also liked

Asia
Asia Asia
Dipsea Foundation Sponsors New Race
Dipsea Foundation Sponsors New Race Dipsea Foundation Sponsors New Race
Dipsea Foundation Sponsors New Race
Paul Seeman
 
Excursions Program5
Excursions Program5Excursions Program5
Excursions Program5
F. Dalton Lamberth
 
Digital Strategy CIC StLouis_ClementeFarmer 2014
Digital Strategy CIC StLouis_ClementeFarmer 2014Digital Strategy CIC StLouis_ClementeFarmer 2014
Digital Strategy CIC StLouis_ClementeFarmer 2014
Jennifer Clemente
 
Pima Air & Space Museum - Upcoming Spring 2017 Events for Youth
Pima Air & Space Museum - Upcoming Spring 2017 Events for YouthPima Air & Space Museum - Upcoming Spring 2017 Events for Youth
Pima Air & Space Museum - Upcoming Spring 2017 Events for Youth
Lew McGinnis
 
A importância da valorização de um CV e da carta de apresentação
A importância da valorização de um CV e da carta de apresentaçãoA importância da valorização de um CV e da carta de apresentação
A importância da valorização de um CV e da carta de apresentação
Share - Associação para a Partilha do Conhecimento
 
Focus on cyber threats in hacking cycle
Focus on cyber threats in hacking cycle Focus on cyber threats in hacking cycle
Focus on cyber threats in hacking cycle
David Sweigert
 
Changin' China
Changin' ChinaChangin' China
Changin' China
Christopher Hall, Jr.
 
Hairspray contract
Hairspray contractHairspray contract
Hairspray contract
Lewis Appleton
 
Gmp final 97 03
Gmp final 97 03Gmp final 97 03
Gmp final 97 03
Dr. Raja Abhilash
 
Huesos del miembro superior cubito radio-carpo
Huesos del miembro superior cubito radio-carpoHuesos del miembro superior cubito radio-carpo
Huesos del miembro superior cubito radio-carpo
drazila gotgon drazil
 
Presentation before and after 2
Presentation before and after 2Presentation before and after 2
Presentation before and after 2
diggum
 
Fichero de-juegos-de-psicomotricidad-1
Fichero de-juegos-de-psicomotricidad-1Fichero de-juegos-de-psicomotricidad-1
Fichero de-juegos-de-psicomotricidad-1
mishachu
 
Micro technical features
Micro technical features Micro technical features
Micro technical features
Lucy Prew
 
Existing Lyric Analysis
Existing Lyric Analysis Existing Lyric Analysis
Existing Lyric Analysis
Lucy Prew
 

Viewers also liked (17)

Asia
Asia Asia
Asia
 
Dipsea Foundation Sponsors New Race
Dipsea Foundation Sponsors New Race Dipsea Foundation Sponsors New Race
Dipsea Foundation Sponsors New Race
 
Psdb canuto0001
Psdb canuto0001Psdb canuto0001
Psdb canuto0001
 
Excursions Program5
Excursions Program5Excursions Program5
Excursions Program5
 
Digital Strategy CIC StLouis_ClementeFarmer 2014
Digital Strategy CIC StLouis_ClementeFarmer 2014Digital Strategy CIC StLouis_ClementeFarmer 2014
Digital Strategy CIC StLouis_ClementeFarmer 2014
 
Nano Certificate
Nano CertificateNano Certificate
Nano Certificate
 
Pima Air & Space Museum - Upcoming Spring 2017 Events for Youth
Pima Air & Space Museum - Upcoming Spring 2017 Events for YouthPima Air & Space Museum - Upcoming Spring 2017 Events for Youth
Pima Air & Space Museum - Upcoming Spring 2017 Events for Youth
 
A importância da valorização de um CV e da carta de apresentação
A importância da valorização de um CV e da carta de apresentaçãoA importância da valorização de um CV e da carta de apresentação
A importância da valorização de um CV e da carta de apresentação
 
Focus on cyber threats in hacking cycle
Focus on cyber threats in hacking cycle Focus on cyber threats in hacking cycle
Focus on cyber threats in hacking cycle
 
Changin' China
Changin' ChinaChangin' China
Changin' China
 
Hairspray contract
Hairspray contractHairspray contract
Hairspray contract
 
Gmp final 97 03
Gmp final 97 03Gmp final 97 03
Gmp final 97 03
 
Huesos del miembro superior cubito radio-carpo
Huesos del miembro superior cubito radio-carpoHuesos del miembro superior cubito radio-carpo
Huesos del miembro superior cubito radio-carpo
 
Presentation before and after 2
Presentation before and after 2Presentation before and after 2
Presentation before and after 2
 
Fichero de-juegos-de-psicomotricidad-1
Fichero de-juegos-de-psicomotricidad-1Fichero de-juegos-de-psicomotricidad-1
Fichero de-juegos-de-psicomotricidad-1
 
Micro technical features
Micro technical features Micro technical features
Micro technical features
 
Existing Lyric Analysis
Existing Lyric Analysis Existing Lyric Analysis
Existing Lyric Analysis
 

Similar to Tips android

Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Jannat Ruma
 
SWTBot Tutorial
SWTBot TutorialSWTBot Tutorial
SWTBot Tutorial
Chris Aniszczyk
 
Android basics – dialogs and floating activities
Android basics – dialogs and floating activitiesAndroid basics – dialogs and floating activities
Android basics – dialogs and floating activities
info_zybotech
 
CRUD VB2010
CRUD VB2010CRUD VB2010
CRUD VB2010
Achmad Sidik
 
Q
QQ
Creating a Facebook Clone - Part XXVIII - Transcript.pdf
Creating a Facebook Clone - Part XXVIII - Transcript.pdfCreating a Facebook Clone - Part XXVIII - Transcript.pdf
Creating a Facebook Clone - Part XXVIII - Transcript.pdf
ShaiAlmog1
 
Net conf BG xamarin lecture
Net conf BG xamarin lectureNet conf BG xamarin lecture
Net conf BG xamarin lecture
Tsvyatko Konov
 
Creating a Facebook Clone - Part V - Transcript.pdf
Creating a Facebook Clone - Part V - Transcript.pdfCreating a Facebook Clone - Part V - Transcript.pdf
Creating a Facebook Clone - Part V - Transcript.pdf
ShaiAlmog1
 
02 hello world - Android
02   hello world - Android02   hello world - Android
02 hello world - Android
Wingston
 
Electron: From Beginner to Pro
Electron: From Beginner to ProElectron: From Beginner to Pro
Electron: From Beginner to Pro
Chris Griffith
 
Simulation Tool - Plugin Development
Simulation Tool - Plugin DevelopmentSimulation Tool - Plugin Development
Simulation Tool - Plugin Development
Frank Bergmann
 
Creating a Whatsapp Clone - Part IV.pdf
Creating a Whatsapp Clone - Part IV.pdfCreating a Whatsapp Clone - Part IV.pdf
Creating a Whatsapp Clone - Part IV.pdf
ShaiAlmog1
 
Paris js extensions
Paris js extensionsParis js extensions
Paris js extensions
erwanl
 
AJP Practical Questions with Solution.docx
AJP Practical Questions with Solution.docxAJP Practical Questions with Solution.docx
AJP Practical Questions with Solution.docx
RenuDeshmukh5
 
MongoDB Java Development - MongoBoston 2010
MongoDB Java Development - MongoBoston 2010MongoDB Java Development - MongoBoston 2010
MongoDB Java Development - MongoBoston 2010
Eliot Horowitz
 
NB Explain Every Line Of Code public class MainActivity.pdf
NB   Explain Every Line Of Code   public class MainActivity.pdfNB   Explain Every Line Of Code   public class MainActivity.pdf
NB Explain Every Line Of Code public class MainActivity.pdf
aceindustriesjal
 
Using database in android
Using database in androidUsing database in android
Using database in android
University of Potsdam
 
Android Event and IntentAndroid Event and Intent
Android Event and IntentAndroid Event and IntentAndroid Event and IntentAndroid Event and Intent
Android Event and IntentAndroid Event and Intent
admin220812
 
GWT Widgets
GWT WidgetsGWT Widgets
Notifications for Android L & wear
Notifications for Android L & wearNotifications for Android L & wear
Notifications for Android L & wear
Taeho Kim
 

Similar to Tips android (20)

Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
Windows Form - Lec12 (Workshop on C# Programming: Learn to Build)
 
SWTBot Tutorial
SWTBot TutorialSWTBot Tutorial
SWTBot Tutorial
 
Android basics – dialogs and floating activities
Android basics – dialogs and floating activitiesAndroid basics – dialogs and floating activities
Android basics – dialogs and floating activities
 
CRUD VB2010
CRUD VB2010CRUD VB2010
CRUD VB2010
 
Q
QQ
Q
 
Creating a Facebook Clone - Part XXVIII - Transcript.pdf
Creating a Facebook Clone - Part XXVIII - Transcript.pdfCreating a Facebook Clone - Part XXVIII - Transcript.pdf
Creating a Facebook Clone - Part XXVIII - Transcript.pdf
 
Net conf BG xamarin lecture
Net conf BG xamarin lectureNet conf BG xamarin lecture
Net conf BG xamarin lecture
 
Creating a Facebook Clone - Part V - Transcript.pdf
Creating a Facebook Clone - Part V - Transcript.pdfCreating a Facebook Clone - Part V - Transcript.pdf
Creating a Facebook Clone - Part V - Transcript.pdf
 
02 hello world - Android
02   hello world - Android02   hello world - Android
02 hello world - Android
 
Electron: From Beginner to Pro
Electron: From Beginner to ProElectron: From Beginner to Pro
Electron: From Beginner to Pro
 
Simulation Tool - Plugin Development
Simulation Tool - Plugin DevelopmentSimulation Tool - Plugin Development
Simulation Tool - Plugin Development
 
Creating a Whatsapp Clone - Part IV.pdf
Creating a Whatsapp Clone - Part IV.pdfCreating a Whatsapp Clone - Part IV.pdf
Creating a Whatsapp Clone - Part IV.pdf
 
Paris js extensions
Paris js extensionsParis js extensions
Paris js extensions
 
AJP Practical Questions with Solution.docx
AJP Practical Questions with Solution.docxAJP Practical Questions with Solution.docx
AJP Practical Questions with Solution.docx
 
MongoDB Java Development - MongoBoston 2010
MongoDB Java Development - MongoBoston 2010MongoDB Java Development - MongoBoston 2010
MongoDB Java Development - MongoBoston 2010
 
NB Explain Every Line Of Code public class MainActivity.pdf
NB   Explain Every Line Of Code   public class MainActivity.pdfNB   Explain Every Line Of Code   public class MainActivity.pdf
NB Explain Every Line Of Code public class MainActivity.pdf
 
Using database in android
Using database in androidUsing database in android
Using database in android
 
Android Event and IntentAndroid Event and Intent
Android Event and IntentAndroid Event and IntentAndroid Event and IntentAndroid Event and Intent
Android Event and IntentAndroid Event and Intent
 
GWT Widgets
GWT WidgetsGWT Widgets
GWT Widgets
 
Notifications for Android L & wear
Notifications for Android L & wearNotifications for Android L & wear
Notifications for Android L & wear
 

Recently uploaded

Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
IshaGoswami9
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
Sérgio Sacani
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
moosaasad1975
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
SAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdfSAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdf
KrushnaDarade1
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
Abdul Wali Khan University Mardan,kP,Pakistan
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
HongcNguyn6
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
University of Maribor
 
molar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptxmolar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptx
Anagha Prasad
 
The debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically youngThe debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically young
Sérgio Sacani
 
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
AbdullaAlAsif1
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptxThe use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
MAGOTI ERNEST
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
SSR02
 
Randomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNERandomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNE
University of Maribor
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
Gokturk Mehmet Dilci
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
University of Hertfordshire
 
Thornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdfThornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdf
European Sustainable Phosphorus Platform
 

Recently uploaded (20)

Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
 
The binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defectsThe binding of cosmological structures by massless topological defects
The binding of cosmological structures by massless topological defects
 
What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.What is greenhouse gasses and how many gasses are there to affect the Earth.
What is greenhouse gasses and how many gasses are there to affect the Earth.
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
SAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdfSAR of Medicinal Chemistry 1st by dk.pdf
SAR of Medicinal Chemistry 1st by dk.pdf
 
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...THEMATIC  APPERCEPTION  TEST(TAT) cognitive abilities, creativity, and critic...
THEMATIC APPERCEPTION TEST(TAT) cognitive abilities, creativity, and critic...
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
 
molar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptxmolar-distalization in orthodontics-seminar.pptx
molar-distalization in orthodontics-seminar.pptx
 
The debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically youngThe debris of the ‘last major merger’ is dynamically young
The debris of the ‘last major merger’ is dynamically young
 
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptxThe use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
The use of Nauplii and metanauplii artemia in aquaculture (brine shrimp).pptx
 
Nucleophilic Addition of carbonyl compounds.pptx
Nucleophilic Addition of carbonyl  compounds.pptxNucleophilic Addition of carbonyl  compounds.pptx
Nucleophilic Addition of carbonyl compounds.pptx
 
Randomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNERandomised Optimisation Algorithms in DAPHNE
Randomised Optimisation Algorithms in DAPHNE
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
 
Applied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdfApplied Science: Thermodynamics, Laws & Methodology.pdf
Applied Science: Thermodynamics, Laws & Methodology.pdf
 
Thornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdfThornton ESPP slides UK WW Network 4_6_24.pdf
Thornton ESPP slides UK WW Network 4_6_24.pdf
 

Tips android

  • 1. 1.Asset>>Font>>my custom font.ttf TextView tv; Typeface tv = Typeface.createFromAsset(getAssets(),"font/my custom font.ttf"); 2. Creating a dialogue box -- public void DeleteSite(View v) { AlertDialog.Builder builder = new AlertDialog.Builder(MainActivity.this); builder.setTitle("Deleting File.."); builder.setMessage("Are your sure?"); builder.setIcon(R.drawable.mylogo); builder.setCancelable(false); builder.setPositiveButton("Ok", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int pos) { Toast.makeText(getApplicationContext(), "This bullshit file is deleted!", Toast.LENGTH_LONG).show(); } }); builder.setNegativeButton("Cancel", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int pos) { Toast.makeText(getApplicationContext(), "Dialogue Cancelled!", Toast.LENGTH_LONG).show(); } }); AlertDialog simpleDialog = builder.create(); simpleDialog.show(); } } 3. Use 0dp height/weight while using layout weight. 4. RadioButton: put the buttons in a radiogroup. Java: initialize: RadioButton radiobutton = (RadioButton) findViewById(R.id.radiobutton); Checked or Not : radiobutton.ischecked(); -- returns Bool; 5.