Multiple frame buffer in android

Posted by user332158 on Stack Overflow See other posts from Stack Overflow or by user332158
Published on 2010-05-04T08:45:33Z Indexed on 2010/05/04 8:48 UTC
Read the original article Hit count: 336

Filed under:

Hi All,

I am working on creating multiple displays on a single screen, i.e., I want to run two different activities simultaneously.
I came to know that, to achieve this requirement we need to change the surfaceflinger code and some hardware properties in the android source. Can anybody help me in finding the exact procedure in modifying the surfaceflinger and other parts of the android source in order to get two displays

Thanks in advance.

© Stack Overflow or respective owner

Related posts about android