eclipse - How to create multiple Android apps from one code base -


i have android code base uses apis settings different data several apps. apps use same code base 1 or 2 design tweaks. how re-use main code base without having copy whole android project each time?

iphone uses multiple targets in same project works well. if android cant need compile binaries of code base in 1 project , import each new app project? if how? i'm using eclipse , intermediate java developer.

any appreciated!

doug

check out "working library projects" android documentation. should you're looking for: http://developer.android.com/tools/projects/projects-eclipse.html#settinguplibraryproject


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -