If you REALLY want to host an app inside your main app, I believe it is doable, but I highly recommend you do it a different way. Just use intents to start the apps from the main one.
If you are hell bent on hosting the app inside the main one, then you need to make sure that all the apps are signed with the same key, give them all the same sharedUserId in the manifest, and start poking around with either fragments or the LocalActivityManager class (but this class is deprecated now)... It will be a world of heartache and bugs if you decide to go this route... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 13, 2011 at 3:17 PM, droid-stricken <[email protected]> wrote: > Hi All, > > I have posted this question on StackOverFlow. So apologies for those > that find this redundant - but i could not get any ideas (yet) from > that forum. So, i repeat here: > > ----- > I have half a dozen apps that i want to put on Google Market. One of > them are ready and the other are in progress. All these apps are kinda > related - like a suite of apps, you could assume. So, i was wondering > if it would be better to have a separate app (in addition from the > half a dozen apps i wish to develop) and have it serve as a LIBRARY- > app where users can find, purchase and launch the half a dozen apps. > > This is conceptually similar to the Google Books free app where the > app serves as a library and users can browse for other books from > within this app and purchase it. The only difference is in my case, it > would be other fully functional independent app instead of a book. > > Is there a better way to approach what i am trying to do? Basically, i > need an app that can host a set of mutually independent apps. > > If yes, how do i "host" one app inside an app? > > Thanks in advance. > ----- > > Thanks. > > -- > 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 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

