for fucks sake, what's not to get here? YOU CAN'T! The only way to put an activity inside something else is using activity groups, and these only work inner-app and were deprecated anyhow when Fragments became available.
So here is the idea you wanted: MAKE ONE FUCKING APP WITH FRAGMENTS! On Monday, May 13, 2013 1:46:43 PM UTC+3, surabhi jain 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] <javascript:>>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 <http://sites.google.com/site/rezmobileapps/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 android-d...@**googlegroups.com >>>>>> >>>>>> To unsubscribe from this group, send email to >>>>>> android-developers+**unsubscribe**@googlegroups.com >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/**group**/android-developers?hl=en<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 android-developers+**unsubscribe**@googlegroups.com. >>>>>> For more options, visit >>>>>> https://groups.google.com/**grou**ps/opt_out<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 android-d...@**googlegroups.com >>>> To unsubscribe from this group, send email to >>>> android-developers+**[email protected] >>>> For more options, visit this group at >>>> http://groups.google.com/**group/android-developers?hl=en<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 android-developers+**[email protected]. >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<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]<javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> 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] <javascript:>. >> 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.

