I've been doing a bit of reading (Professional Android Application Development) and in chapter 11 it mentions requesting hardware acceleration for 2D drawing. It gives a code extract:
myActivity.requestWindowFeature(Window.FEATURE_OPENGL); Now when I came to use this .FEATURE_OPENGL was not present. Has this feature been removed in subsequent updates or is it now auto enabled? Cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

