On Mon, Apr 25, 2011 at 10:08 AM, chamith weerasinghe <[email protected]> wrote: > I want to install a one application from another application. > can i do this on android.
Yes, but most likely, you don't want to. > my one application has only service and other one is activity. Put them in one application. First, users have stated repeatedly that they do not understand applications that do not have an activity. They install the app, cannot figure out how to run it, uninstall it, and give the developer a one-star rating on the Market for having wasted their time. Second, it is unclear what advantage you think you are getting that is worth making the user's life more complicated. All that being said, you can use a market: URL to bring up the Market page for some other app: http://developer.android.com/guide/publishing/publishing.html#marketintent -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2 -- 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

