The app I am working on is a trivia quiz. If you get the answer wrong, it shows you the correct answer.
I am streaming a video in android and I decode frames in native code and then copy the pixels to a bitmap, then display the bitmap in Java using canvas.unlockandpost with a while loop for all the bitm
There are lot of low-memory problems out there with Game Apps running on iPad devices. So I am thinking for my own game about the following solution: Before the App starts I alloc the required space a
This might be an obvious question but I really don\'t see how to access a crash dump that occurs on my Samsung Device when testing. I see c开发者_如何学Core dump and then some options to like #9900 to
Closed my laptop when I left work. When I got home and opened it, it had restarted. Now when I go to open Titanium Developer it instantly crashes.
This is a very very... very odd bug. It\'s hard to describe the exact project I have, but I will try and create a simpler representation of the classes I have. It goes like this:
I have a simple WCF service which accept some data (wsHttpBiding) and returns a result. On the client side a dll containing a proxy wrapper is loaded and used to build/submit a request to the service.
I am using Eclipse to write and debug an Android application. One of the things I need to do is to update the location of the device, and so I have tried to use the Location Controls panel in the Emul
My java server started to crash repeatedly, and I can\'t find why. I have server with 7.5GB memory and I have allocated 3GB for the java process.
Whenever I start my app, I get a java.lang.IllegalArgumentException: column \'_id\' does not exist error in my LogCat. I have created the column \'_id\', but it still throws this. Here is my main .jav