I need to split the Android screen into two parts and run 2 applications (app A and app B) at the same time. Application A will start on screen 1, and application B will start on screen 2. Both of them are visible to users. I need to implement this thing in the Android Framework. I am not very versed in the Android infrastructure, and it is urgent and should be done on Android 2.1. Is this possible, if so, please explain the procedure to achieve this.
Thanks in advance.
source
share