Multi-frame buffer in android

I am working on creating multiple displays on the same screen i.e. I want to run two different activities at the same time.
I found out that in order to achieve this requirement we need to change the surface flasher code and some hardware properties in the android source. Can anyone help me in finding the exact procedure for changing the surface layer and other parts of the android source to get two displays

Thanks in advance.

+2


a source to share


1 answer


You cannot run two actions at the same time by simply getting two displays. Only one application / action can run at a time in the action stack.



+1


a source







All Articles