following code is throwing a NullPointerException: public class test extends Activity implements OnItemSelectedListener {
I think there is something that I\'m just not yet getting about how these Views are to be coded. This is the third time I have had to come and post a question rearding them in the last 3 days! :S
In Main: Equipe Eq1 = new Equipe(J,E); Equipe Eq2 = new Equipe(J,E); while(Eq1.equals(Eq2)) Eq2 = new Equipe(J,E);
I\'m trying to add a list into a Spinner but I\'m always getting an exception in LogCat saying: \"java.lang.RuntimeException: Unable to start activity ComponentInfo{....}: java.lang.NullPointerExcep
Is there a maximum size for a Drawable jpg image in Android开发者_高级运维? Is perhaps2M the maximum ?
My app had been chugging along fine on the Android market until last night when it was reported a customer found an error. The customer must have downloaded the latest version of the app because he tr
Ok, What the app is supposed to do: displays a start button, when pressed two services start to run and the start button (view) changes to a stop button,
I have got a problem with my code and i cant seem to fix it. I want to add some customer data to a array list in java/GWT when submitting a button.
I am working with an API which I do not have control on, which returns XMLs. Basically I have directory object that can contain multiple directory and file objects which are not wrapped by any tag, am
OK, what I am trying to get my application to do is the following. when it is opened, display a start button.