I have an app, let us call it \'com.company.foo\', with a main Activity \'FooBar\'. In my AndroidManifest.xml, I have
I created a new AVD and my app doesn\'t seem to run anymore. Here is the stacktrace, not sure how to diagnose.
In my app, there is an insert operation on a form submission. Most of the cases the insert operation is successful. Sometimes the insertion operation is not happening and then , it is giving java.lang
Hi I am running Eclipse Helios on Win XP. When I start it today, I get a message telling that Eclipse can not be started.
Does C# have the equivalent of Java\'s java.lang.RuntimeException? (I.E. an exception that can be thrown without the necessity of being caught, or the program crashing when the exception is thrown.开
I\'m having trouble trying to put a ProgressDialog into my app. In my GameEngine class (which doesn\'t extend anything), I have the code shown below. The first line produces 开发者_如何学运维a runtime
I keep getting an exception when I want to display an alertdialog at the beginning of an activity. I can\'t figure out why? I really would appreciate an explanation.
My application was running fine until i added the following code to add an options Menu to my main Activity:
I have an Activity, and in that I have a class. text=new Dynamictext(...); text.setText(\"txt\"); in my DynamicText java I have this code:
I\'m testing come code in a service with transactional set to true , which talks to a customer supplied web service the main part of which looks like