0

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 Answers1

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