Is there a table in which the bits of the Android API were entered in which version?

I had a google search but no luck. Basically, I want this as a reference to what I can use and on which phones the applications will work.

+3
source share
3 answers

I asked almost the same question here ... Summary of changes for each API level .

Ideally, I looked for the table “at a glance”, but, unfortunately, I have not found it yet, so the answer is “No”. Filtering API documents by level or viewing changes is the only thing you can do.

If I ever find time that I can create myself, but it is unlikely to happen in the near future.

+1
source

When you browse the online javadoc at http://developer.android.com/reference , you can use the checkbox in the upper right corner of the page to filter by API level.This is very convenient when you are developing an older version of the API.

0
source

All Articles