I would recommend one shared code base, and some means of compiling it in two different versions. This will be important because you only want to fix bugs once...
Not sure if eclipse or ant can handle this (probably somehow) but there's always resort to recursive cp, find, and sed... The latter may be particularly useful if you want to do a global rename so that it's technically possible to have full and light versions installed on the same phone without conflict (being able to upgrade from light to full and preserve user data might point in the other direction, at least if the market will let you have to different apps with the same package names) On Sep 3, 5:34 am, Anton Pirker <[email protected]> wrote: > Hello Androids! > > I have done a small app for the ADC2 and now i want to make a free light > version for the Android market and one full version that will cost some > cents. > > My question now to all who have done something similar: How have you > designed your application(s)? > I have thought about a few solutions to this problem: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

