On Thu, Sep 30, 2010 at 10:23 AM, Namrata <puranik.namr...@gmail.com> wrote:
> ok..so you mean I can't import apk..Is there a way to import complete
> code(src folder) of other project to current application?

Put the common code in an Android library project and reference that
library project from both applications:

http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject
http://developer.android.com/guide/developing/other-ide.html#libraryProject

Or, have one project build a JAR that the other project uses, though
this technique does not support the use of resources and other
Android-specific stuff.

-- 
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 *Advanced* Android Development_ Version 1.9
Available!

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