tags:

views:

116

answers:

2

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.

+1  A: 

Implement Application A as a ActivityGroup and run Applicatoin B inside of it.

MrSnowflake
That will not work. You cannot use `ActivityGroup` to run multiple applications.
CommonsWare
Both the applications are external i.e., those are selected by the user.
N G Kishore
@CommonsWare: I know, that's why Aplication A should be one of both activities to run. So one of the activities he wants to run is the ActivityGroup. So you are running the ActivityGroup (app A) and Application B in the ActivityGroup.N G Kishore, ok no luck then.
MrSnowflake
+1  A: 

What you want is impossible without modifying the firmware -- sorry!

CommonsWare