W
W
WSGlebKavash2022-03-06 15:18:43
linux
WSGlebKavash, 2022-03-06 15:18:43

How does Android render the GUI?

On Linux, there are two main and several side ways to draw a GUI in a tty. Major: X and Wayland. Mir was developed by Canonical, but Ubuntu moved to Wayland.
But in Android there is neither X, much less Wayland. Running programs from Ubuntu, CentOS and Arch is problematic.
How does Android display the GUI?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AlexVWill, 2022-03-06
@AlexVWill

Running programs from Ubuntu, CentOS and Arch is problematic.

Well, in general, yes, because. Android does not have permission to run applications at the kernel or root level (and Linux requires root to install applications), and all applications run from a special sandbox called a virtual machine.
It used to be dalvik, now Android Runtime (ART)

R
rPman, 2022-03-06
@rPman

something different, here is an old post on this topic

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question