As Imentioned in a previous postI recently wrote some code in my Android app to inform aBroadcastReceiverwhenever a service processed a tweet with a link in it but in implementing this I managed to freeze the UI every time that happened. I made the stupid (in hindsight) mistake of not r...