When I have tried to encapsulate the queue in the Looper (which we need to add/remove messages), I was not able t build, because Handler was not able to resolve Looper. I have had the samr problem with Message-Handler coupling, which was resolved by introducing a typedef MESSAGE.
When I have tried to encapsulate the queue in the Looper (which we need to add/remove messages), I was not able t build, because Handler was not able to resolve Looper. I have had the samr problem with Message-Handler coupling, which was resolved by introducing a typedef MESSAGE.