How to create my own looper in android C++ instead of using Alooper class?

205 Views Asked by At

I want to fully control the looper and message queue in android. Instead of using a looper class like this:

    ALooper *looper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
0

There are 0 best solutions below