What he is saying is that you can develop with current APIs fpr 3.0 or 4.0. And still use those to make apps for 2.x. Because many of the newer APIs were made backwards compatible (such as fragments). Android allows you to build a 4.0 tablet optimized app that is also backwards compatible to a 2.2 phone optimized app, while reusing a lot of code and even layout between them.