on Android 3.0 when android:hardwareAccelerated=true, is it possible to take advantage of the hardwareAcceleration when drawing to a offscreen Bitmap
on Android 3.0 when android:hardwareAccelerated=true, is it possible to take advantage of the hardwareAcceleration
Share
No, as far as I experienced, hardware acceleration is applied just while painting on actual screen.