split the screen into two parts

Posted by N G Kishore on Stack Overflow See other posts from Stack Overflow or by N G Kishore
Published on 2010-05-26T09:50:24Z Indexed on 2010/05/26 11:41 UTC
Read the original article Hit count: 167

Filed under:

Hi all,

I need to split the Android screen into two parts and run 2 applications (app A and app B) simultaneously. App A will run on screen 1 and App B will run on screen 2. Both are visible to the users. I need to implement this thing in the Android Framework. I do not know much about the android framework and this is urgent and should be done on android 2.1 Is this possible, if yes please explain the procedure to achieve this.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about android