Is there a way to get the API level used by a given Android device?
I want to make one version of an application that does not use AnticipateOvershootInterpolator() and another that uses it for devices using API levels greater than 3.
Look at android.os.Build.VERSION.SDK
(and android.os.Build.VERSION.SDK_INT
for newer devices).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With