>>>>> "MM" == Mark Murphy <[email protected]> writes:
MM> On Tue, Apr 12, 2011 at 5:08 PM, lbendlin <[email protected]> wrote: >> It was also factually wrong, according to the all-knowing source of all >> wisdom (aka Wipikedia) >> >> Basically, use reflection to "hide" the new function from the >> compiler-complainer. MM> I tend to use conditional class loading more, isolating MM> version-specific code in classes that I can conditionally MM> reference when it is safe to do so. Can you provide an example? I am especially looking to understand how I can use this technique to have, for example, a preferences screen that enables/disable an option (probably with an appropriate summary text) based on OS version. -- Jake Colman -- Android Tinkerer -- 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

