Hi,
I manage 1 code for full/free version.
In the code I have special comment for all lines I need to switch
(comment or uncomment) depending on the version. for instance :
if(page >= 4) { // DEMO
.. // DEMO
} // DEMO
int numberOfStuff = 10; // DEMO
//int numberOfStuff = 100; // FULL
So a quick Search in all my sources finds the parts which should be
changed. Of course I have only a few lines to modify !
This way : the .apk is 'really' different and the DEMO version can not
be changed easily into a FULL version.
(don't forget to test version limitation each time before you
publish :-)
--
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