Ryano121's Profile
Reputation: 1051
Grandmaster
Previous Fields
- Country:
- GB
- OS Preference:
- Windows
- Favorite Browser:
- Chrome
- Favorite Processor:
- AMD
- Favorite Gaming Platform:
- XBox
- Your Car:
- Who Cares
- Dream Kudos:
- 425
Latest Visitors
-
jlm55 
15 May 2013 - 09:36 -
darek9576 
15 May 2013 - 07:07 -
javacode123 
11 May 2013 - 08:47 -
coolbud012 
08 May 2013 - 07:11 -
Raminator 
26 Apr 2013 - 11:47
Posts I've Made
-
In Topic: Looking for something to do.
Posted 15 May 2013
-
In Topic: Buttons
Posted 15 May 2013
button.setEnabled(false);
-
In Topic: Facing calculator app error in android
Posted 8 May 2013
One of the best things you can learn is how to use the debugger. Set a breakpoint at the beginning of the method and step through until you see which variable is null where it shouldn't be.
There are a ton of tutorials out on the internet on how to use the debugger. -
In Topic: Facing calculator app error in android
Posted 8 May 2013
final Double number1D = Double.parseDouble(number1);
You don't want to parse the number into a double in the onCreate method as the user has not had the opportunity to enter anything in yet. You are therefore getting the exception as there is no string in the edittext to convert.
You need to instead parse the numbers when the user presses a button (implying that they have already entered something). But to be on the safe side, do some error checking first to make sure that you have some text to parse. -
In Topic: I need an easy way to put a pop-up window
Posted 23 Apr 2013
You need to import it first
import javax.swing.JOptionPane;
My Information
- Member Title:
- D.I.C Lover
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Location:
- United Kingdom
- Years Programming:
- 8
- Programming Languages:
- C#, Java
Contact Information
- E-mail:
- Private
|
|


Find Topics
Find Posts
View Reputation Given
5 minutes ago

|
Comments
Michael26
01 Mar 2013 - 03:18Ryano121
28 Feb 2013 - 10:32Michael26
28 Feb 2013 - 10:27Ryano121
06 Feb 2013 - 08:00raghav.naganathan
05 Feb 2013 - 20:35_HAWK_
29 Apr 2012 - 22:09