Hacking around with javap for fun and profit
Poking around with javap, one of the lesser-known Java utilities. Javap lets you see the compiled bytecode, which is useful for understanding the language and writing more efficient code.
Poking around with javap, one of the lesser-known Java utilities. Javap lets you see the compiled bytecode, which is useful for understanding the language and writing more efficient code.
A quick demonstration of how to handle touch events when the view is rotated
Finally found the time to start on my Mileage overhaul
I've gotten the all-clear to resume Android development on my projects!
How to handle screen rotations with AsyncTasks on Android
Today when working a project on win32 Visual Studio 2005, I went to compile and got tons of errors similar to above. Here's a sample:
This seems to be a common question, so I'm going to explain how I solved it.
I finally got around to releasing the source for the Magnatune app and exposing the API