If you’ve recently upgraded to IntelliJ 10.5 and are using it for Android development you might run into an odd issue where when you try to debug IntelliJ hangs and says “Waiting for ADB” and then freezes. The IDE does not respond to any events and eventually you have to kill it. Something changed in…
It’s been awhile since my last update, and there’s good reason for this. There’s a ton of great stuff happening.But before I get to that, lets get to the real topic at hand. I’ve told my close friends and colleagues that I’m moving, so now its time to tell everyone else. To where you ask?…
I’m working on a client project and I ran into an issue when I needed to run a maven task from within IntelliJ. When I would run it, it would return the following error.

I work with JSON data A LOT when working with REST services. Usually when hitting these API endpoints the data is downloaded and opened up by my default text editor, TextMate. When I open this up, the data looks like this …

There comes a time when you need to show a EULA to your users of your Android apps. Doing this is pretty easy if you decide to ALWAYS show it when the user uses your app. However, that’s beyond annoying. The best case scenario for displaying a EULA to a user would go like this…