How to update the current running UI activity from a already running background service? I want to display something to user while some event occurs in the background.When i googled about it i came across solution using broadcast receiver and all but couldnot understand.Can some one explain me in simple words how to achieve this functionality?
↧