I'm working on an android library and to prevent the application from slowing down I'm doing as much as I can in separate threads.
I'm currently investigating which threads my library is responsible for which is not my responsability.
I created a very simple android application, and tested before and after.
The important part is what's going on before and why all those threads are already created by android.
I'm currently trying to figure out their use and will post the results I found little by little. In the mean while if you have informations about them it seems like it coul be useful to have a post here with everything gathered.
The binder threads are used by the application to communicate with the OS and other applications on the system. Android is based upon an event based system and so everything is done by passing "Event objects" onto queues. An example of this is when you send an intent. The intent is passed off to the other event queues in the other apps by use of the Binder Threads.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With