On Mon, Feb 22, 2016 at 11:07 PM, Srijit Chandrashekhar Nair < [email protected]> wrote: > > I know that, in the App3 code, I can search for installation of App1 and > App2 and direct the user to play store for download, but I have to do it > twice, which may be a bit annoying for the user. I am trying to avoid that. >
If your App3 is so dependent on the other two, why are they separate? Make App1 and App2 library projects, include them in App3, and ship App3 as it's own product as it should be. ------------------------------------------------------------------------------------------------- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgjjNi5_VfFGD-rK8eYuBBtu_va1i3hBLPRZDa%3DuXUSORw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

