On Thu, May 20, 2010 at 7:12 AM, Leigh McRae <[email protected]> wrote: > First the OP didn't talk about using a preprocessor for xml. I would agree > that that would be odd and there are better tools for that. Still a > preprocessor could be used to conditionally include a resource by id. How > about I give you some concrete examples and you can help me see the light?
The main reason I mentioned XML was for the package of the app that needs to change to ship both a free/lite and a paid/pro version of an app. This is a typical use case that was problematic before since changing the package name required refactoring (due to the new package for the R class). Now, if you use the newly released tools r6 and ADT 0.9.7 you can create library projects and share code/resources between your paid and free versions. Xav -- Xavier Ducrohet Android SDK Tech Lead Google Inc. Please do not send me questions directly. Thanks! -- 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

