Android: API level VS. Android version

Well, API is for development, so the changes in new API version are more “inside”. But new version of Android usually adds more features for users, that are “visible”.

Check this page http://developer.android.com/guide/appendix/api-levels.html, there is a table that shows relations between versions and API levels.

Leave a Comment