This is more or less a reminder for myself. If you haven't set the permission 'WRITE_EXTERNAL_STORAGE' in the AndroidManifest.xml tracing will fail with a permission denied.
Instead of complaining about permissions a hint from the ADT would have been nice.
Yesterday I've been posting my first question on Stack Overflow. Just about 15 minutes later I got the correct answer from Femi. Really impressive. Thanks a bunch Femi and Stack Overflow!
Splash Screens are not exactly common (or really wanted) on Android. But occasionally there are customers that want that kind of thing. When I took a look around, I found a lot of solutions with different approaches. One of the more sophisticated ones used a thread to count the remaining ...
This is really ugly and you will absolutely need it if you'd like to json serialize form errors in Django. Why? Because you'd like to reply to an AJAX request and just pass trough the errors your form has generated.
simplejson itself is not able to serialize the ...
Just a quick note on the wonderful Juno framework, which I've been using for a small project. Sadly the documentation isn't quite clear when it comes to deployment with mod_wsgi. At least I had some head scratching while reading through the documentation and just had to figure out ...