Summary of changes for each API level?
Posted
by
MisterSquonk
on Stack Overflow
See other posts from Stack Overflow
or by MisterSquonk
Published on 2011-02-25T23:09:49Z
Indexed on
2011/02/25
23:25 UTC
Read the original article
Hit count: 243
android
As the title says, are there any sources (web pages etc) of summarised changes at each API level?
I have an app which I've put out to a small group of beta testers and I already fell foul of Environment.getExternalFilesDir(), which I hadn't noticed was introduced in API Level 8, when a couple of the guys tried it on Android v2.1 devices.
The majority of my code should be pretty generic but it would be useful if I could find a condensed/summarised list/table or similar that I can quickly glance over.
© Stack Overflow or respective owner