On Fri, Aug 3, 2012 at 7:36 AM, india123 <[email protected]> wrote:
> i know the following ways to combine android applications:
> 1) using library project.
> 2) using intent call.
>
> Is there any other way for combine application?

Put the source code of one into the source code of the other, and
adjust accordingly.

> What happen if i have only apk of other application?

Then you make sure that you do not have a hard dependency upon that
other application, because the user is welcome to either not install
it, or uninstall it, at any point.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.0 Available!

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