I am releasing two versions of an app--free and paid. The differences between the two are few, and I would like to release both using the same codebase (maybe a different constant defined for the other build?). Has anyone done this? Can someone point me in the right direction? Thanks!
views:
50answers:
1
+1
A:
Use an Android library project, which was specifically designed for your free/paid scenario.
CommonsWare
2010-10-30 07:46:56