> With Maven, it might just be easier to build a common > data/background/networking artifact and have separate UI artifacts. Then > publish them as My App and My App XL. With the Android Market's filtering, > you could make sure phones only see the regular version and Honeycomb > tablets only see the XL version.
Ideally then, only the UI would be separate and would be downloaded lazily as the APK is unpacked/odexed. We always have the issue of one universal APK binary having to cater to multiple resolutions, resulting in a hierarchy of resources where really only one path is needed. -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
