I am wondering what server or service using android for displaying the view. For example in linux it’s called Xorg server. Does anyone could tell me how it called in android?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such thing as a Xorg Server on android. They use another approach. Android relies on the standard frame buffer device (/dev/fb0). On top of this, there is an “surface flinger” and then the window manager.
See here for more information: