How to fork my android app?

Posted by eidylon on Stack Overflow See other posts from Stack Overflow or by eidylon
Published on 2011-11-14T17:41:45Z Indexed on 2011/11/14 17:50 UTC
Read the original article Hit count: 110

Filed under:
|
|

So I've written my first Android app, ... and want to be able to provide both free and paid versions. I wrote and compiled it in Eclipse on Windows.

I'm wondering if it is possible, and how I would go about doing so, to have separate compile jobs somehow, so that I can maintain my free and paid versions from one set of source code, and just leave out certain bits for the paid version, but keep the main source the same.

What are the recommended ways/best practices for devving a paid and free version of the same app from one set of source? Is it even possible?

© Stack Overflow or respective owner

Related posts about android

Related posts about source-code