Why do people always say "thanks for answering my question, but you must be wrong," when told multiple times that what they want to do isn't possible?
This is impossible with an Android ROM that doesn't support multiple apps on the same screen. It's a limitation of the Android window manager. Cornerstone is a *modification* to Android, meaning that if you want to run it you have to actually change the version of Android you are using. It is *not* something that developers simply slap on to your app. Did you look at the Cornerstone code? It's a bunch of Android platform modifications. Kris On Mon, May 13, 2013 at 6:46 AM, surabhi jain <[email protected]> wrote: > Hi Piren, > Can you please go through this link:http://www.onskreen.com/cornerstone/. > He had already done the same. > Can you please give me idea related to this? > > > On Mon, May 13, 2013 at 3:32 PM, Piren <[email protected]> wrote: >> >> You can't do that with two distinctive apps... you can only put them one >> on top of the other and communicate between them using IPC. >> >> If you want to make them both run at the same time and share screen space, >> you need to make one app that has both code bases and then stitch up the UIs >> together. >> >> >> On Monday, May 13, 2013 12:02:42 PM UTC+3, surabhi jain wrote: >>> >>> Thanks Piren, >>> Both apps are mine.one app A is already installed in my device and from >>> another app B I want to run my installed app. >>> Scenario is: >>> I have created app in which, in 50% of screen, I have used fragment.In >>> another portion I have used a layout. >>> With the help of fragment how can we run installed app in that portion. >>> Can you please give me idea about fragment to run the installed app. >>> >>> >>> On Mon, May 13, 2013 at 12:37 PM, Piren <[email protected]> wrote: >>>> >>>> you can launch one app from the other and put it on top of it, but not >>>> inside. >>>> if both apps are yours (or you have the code for both) you can use >>>> Fragments to put them together >>>> >>>> >>>> On Monday, May 13, 2013 9:20:15 AM UTC+3, surabhi jain wrote: >>>>> >>>>> Thanks,so is there any another solution.I want to launch two app in one >>>>> app. >>>>> >>>>> >>>>> On Fri, May 10, 2013 at 8:49 PM, TreKing <[email protected]> wrote: >>>>>> >>>>>> >>>>>> On Fri, May 10, 2013 at 4:15 AM, surabhi jain <[email protected]> >>>>>> wrote: >>>>>>> >>>>>>> I want to launch any existing app of device inside a fragment. Can >>>>>>> anyone please help me how can I do this. >>>>>> >>>>>> >>>>>> You can't do that. >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------------------------- >>>>>> TreKing - Chicago transit tracking app for Android-powered devices >>>>>> >>>>>> -- >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Android Developers" group. >>>>>> To post to this group, send email to [email protected] >>>>>> >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected] >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/android-developers?hl=en >>>>>> --- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Android Developers" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>>> an email to [email protected]. >>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>> >>>>>> >>>>> >>>>> >>>> -- >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Android Developers" group. >>>> To post to this group, send email to [email protected] >>>> To unsubscribe from this group, send email to >>>> [email protected] >>>> For more options, visit this group at >>>> http://groups.google.com/group/android-developers?hl=en >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Android Developers" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>> >>> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Android Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

