21.04.2012 3:09 пользователь "Romain Guy" <[email protected]> написал: > > > There are some subtle activity lifecycle callback changes starting with 3.0, > > some not so subtle home screen widget changes starting with 4.0... just what > > comes to mind right away... > > And don't forget hardware acceleration that gets turned on when targetSdk=14+
Ah, yes, thank you. ... Which affects not only graphics intensive apps, but simple view based ones as well. Just an example: I remember having to fix Dianne's old fast scroller before I could reuse it with hw accel on. So, changing the targetSdk may break code in various ways and requires careful (re)testing. > > -- > Romain Guy > Android framework engineer > [email protected] > > -- > 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 -- 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

