Android absolutely supports multithreading. This is a basic function of the Linux foundation Android is built on. That said, most Aps are single threaded but some spawn additional threads as needed. Anytime all of the available threads are not in use the processor core(s) can run at lower...