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
Asked
Active
Viewed 164 times
0
-
2Question is why you would want to go "down" to sdk 1.6 given that >> 90% are on 2.2+ – Heiko Rupp Oct 03 '12 at 07:19
-
OverridePendingTransition supported from 5 API verison – Geralt_Encore Oct 03 '12 at 07:22
1 Answers
0
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 :

Rémi F
- 1,327
- 12
- 25
-
in fact, it depend of what you really want : support the most of devices (from 2.3 to 4.1) or support also older platforms like 1.6 :-) – Rémi F Oct 03 '12 at 12:17