Embed activity of application A inside application B's viewgroup in android
问题 My requirement is as follows: I have two of my application, one is Application A and Application B. Now I want them to work individually as well as mutually We can assume this is the scenario which I need(assumed): Application A has activity DoPlusMinusActivity which is having two EditText box and two buttons named Add and subtract, which does the appropriate function as their name and store the result. Application B has activity MultipleCalcActivity which is having some EditText box and some