Hello group,

I have a question for you all. I am trying to figure out a
Downloadable Content system for my app I am developing. I already know
that the DLC would be sold as a separate app on the Market place
(since they don't support DLC yet).

I want to get results back from polling an activity. I know that
Activity can do that, but it would bring up a screen, which I don't
want.

Basically in a nutshell, this is what I want, but how do I go about
this?

                    Main App
                          |
                    Intro Screen -> Thread ->           Check all DLC
App     (During this part it shows a loading screen)
 
|
                          |    <-  Store results in main App  <- Get
results from app

                    Start program

So, how do I do something like startActivity("packageName") but make
that hidden from the user just to retrieve the info that is stored in
"dlc app"?

Just would like to know that so I can incorporate a DLC system way in
advanced.

Thanks group.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to