[android-developers] How to organize lite and pro version of the code

2011-10-11 Thread yves...@gmail.com
I have an application which has lite and pro versions on the market. Every time I change something, I have to update code on both projects. Is there a simpler way to organize code that two projects will share lots of common code in Eclipse? So, the maintenance work will be minimal. -- You

Re: [android-developers] How to organize lite and pro version of the code

2011-10-11 Thread Appaholics
Create a library project with the common code and include it in both versions. Raghav Sood Sent from my Android LG Optimus One http://www.appaholics.in http://www.photoster.org On Oct 11, 2011 11:31 PM, yves...@gmail.com yves...@gmail.com wrote: I have an application which has lite and pro