changing my android app min sdk from api 8 to api 4 removes my overridependingtransition

174 Views Asked by At

the problem is that 1.6 version doesn't supprt override pending transition ang gives me errors,so I removed them but my app looks very ugly without. The question is how to make overridependingtransition work on 2.2 and higher versions supporting also 1.6 version? thanks for the replies

1

There are 1 best solutions below

1
On BEST ANSWER

Please have a look at the Platform Versions on the Android Developer website. There is less than 1% users on 1.6 and older.

But if you really have to support 1.6, have a look at the followings links on the Android Dev website :