Hello,

We have an application that consists of a UI and a download-service
that downloads content.

In the future, we would like to:
  1. Share our download-service with other applications
  2. Offer various branded and customised versions of the client
[Would appear as separate downloads in the Android store]

We would like all clients running on the phone to share the download-
service. Android is designed to facilitate this....BUT

If we create 2 package files. How do we handle installations?

Scenario 1: New User
  A new user (without the download-service) installs the client from
the Android market. How do we seamlessly accomplish the install?
(Avoid them installing each package separately)

Scenario 2:
  A user with the download-service already installed downloads another
client. How do we detect that the service is already installed?

Does anyone have any suggestions to simplify the installation process?

Thanks,
Glen



-- 
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

Reply via email to