Sharing data and customizing dialogs in Android

A while ago, I was asked to take over an Android project that was outsourced by an indie freelancer. Despite me having no previous experience with Android programming, I was quite shocked when I received the source code. It’s probably the most unorganized and unstructured piece of code I have ever seen. The whole structure ...

Android class not found exception

Android class not found exception
Currently I am working on some Android project at work. Because the application we are developing communicates with server, we decided to pack common entities in .jar. That way our projects (server and android client) can share it and we avoid unnecessary code duplication. It is much easier to make changes as well as we ...

Closing the browser window from Wicket

On the project I was working on I stumbled upon a problem that when a user makes a certain action, the browser window needs to close. The internet is full of solutions for closing the browser window via JavaScript. This StackOverflow topic offers a great script example how to achieve the closing of the browser ...