I’m looking the best way to Implement the messages and notifications between activities and the business logic code, I used listeners but I had to register and unregister to avoid that activity do any thing while it is not active.have any body use better strategy
I’m looking the best way to Implement the messages and notifications between activities and
Share
See this link:
Android Threads, Handlers and AsyncTask – Tutorial
Two ways to do this in Android
Handler
AsyncTask